mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
Merge pull request #4890 from hanakin/ticket/15308
[ticket/15308] Remove !important from pagination css class
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