1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 20:33:16 +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

@@ -335,7 +335,7 @@ ul.forums {
background-image: linear-gradient(to bottom, #d2e0eb 0%, #eef5f9 100%);
}
ul.topiclist li {
ul.topiclist > li {
color: #4c5d77;
}