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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user