1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 04:42:37 +02:00

[ticket/12662] Change CSS selectors to direct descendants for linklist

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-24 14:58:17 +02:00
parent e528a57c2f
commit 8c7127f573
4 changed files with 34 additions and 47 deletions

View File

@@ -96,7 +96,7 @@ ul.linklist li.small-icon {
padding-left: 0;
}
ul.linklist.bulletin li.small-icon:before {
ul.linklist.bulletin > li.small-icon:before {
display: none;
}
@@ -156,7 +156,7 @@ ul.linklist.bulletin li.small-icon:before {
margin-top: 2px;
}
.post-buttons li {
.post-buttons > li {
float: left;
margin-right: 3px;
}