1
0
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:
Máté Bartus
2017-09-07 15:07:26 +02:00
committed by GitHub
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;
}