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