1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +02:00

[ticket/12769] slightly refactor linklists

This commit is contained in:
Michael Miday
2015-09-16 17:17:43 +02:00
parent de7b1a2ec7
commit bc18985bd4
4 changed files with 8 additions and 10 deletions

View File

@@ -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;

View File

@@ -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;