1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/15308] Unqualify selectors

PHPBB3-15308
This commit is contained in:
Michael Miday
2017-08-06 10:37:53 -04:00
parent d8fb94245f
commit cff4e1e7fb
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ ul.topiclist {
list-style-type: none;
}
ul.topiclist li {
ul.topiclist > li {
display: block;
margin: 0;
list-style-type: none;
@@ -199,7 +199,7 @@ dl.row-item dt ul {
list-style-position: inside;
}
dl.row-item dt li {
dl.row-item dt > ul li {
display: list-item;
list-style-type: inherit;
}