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