1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +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

@@ -908,14 +908,14 @@ fieldset.fields1 dl.pmlist dd.recipients {
.pagination > ul {
display: inline-block;
margin-left: 5px;
list-style: none !important;
list-style: none;
}
.pagination > ul > li {
font-size: 100%;
line-height: normal;
vertical-align: middle;
display: inline-block !important;
display: inline-block;
padding: 0;
}