diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-16 17:17:43 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:30 +0200 |
| commit | bc18985bd4a0b270de889b333d281a9408fab5cb (patch) | |
| tree | ce7fefa2558055c8a86c5585370f37db0258610d /phpBB/styles/prosilver/theme | |
| parent | de7b1a2ec74291683554409bf9f9eac9077ca3f8 (diff) | |
| download | forums-bc18985bd4a0b270de889b333d281a9408fab5cb.tar forums-bc18985bd4a0b270de889b333d281a9408fab5cb.tar.gz forums-bc18985bd4a0b270de889b333d281a9408fab5cb.tar.bz2 forums-bc18985bd4a0b270de889b333d281a9408fab5cb.tar.xz forums-bc18985bd4a0b270de889b333d281a9408fab5cb.zip | |
[ticket/12769] slightly refactor linklists
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 6 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/links.css | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 5eecd79b8e..f58d8015b7 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -230,6 +230,11 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul { ----------------------------------------*/ .navbar ul.linklist { padding: 2px 0; + list-style-type: none; +} + +.navbar .linklist > li { + display: inline-block; } ul.linklist { @@ -584,7 +589,6 @@ ul.linklist.bulletin > li.no-bulletin:before { } .breadcrumbs .crumb a { - display: inline-block; white-space: nowrap; text-overflow: ellipsis; vertical-align: bottom; diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 0477204fd0..11acdb2f0f 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -28,12 +28,6 @@ a { text-decoration: underline; } -/* Navigation bar links */ -li.breadcrumbs span:first-child > a { - display: inline-block; - padding-left: 17px; -} - /* Notification mark read link */ .dropdown-extended a.mark_read { background-position: center center; |
