1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +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

@@ -13,7 +13,7 @@ ul.topiclist {
list-style-type: none;
}
ul.topiclist li {
ul.topiclist > li {
display: block;
margin: 0;
list-style-type: none;
@@ -211,7 +211,7 @@ dl.row-item dt ul {
list-style-position: inside;
}
dl.row-item dt li {
dl.row-item dt > ul li {
display: list-item;
list-style-type: inherit;
}