aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-16 17:17:43 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:30 +0200
commitbc18985bd4a0b270de889b333d281a9408fab5cb (patch)
treece7fefa2558055c8a86c5585370f37db0258610d /phpBB/styles/prosilver/theme
parentde7b1a2ec74291683554409bf9f9eac9077ca3f8 (diff)
downloadforums-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.css6
-rw-r--r--phpBB/styles/prosilver/theme/links.css6
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;