mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #4890 from hanakin/ticket/15308
[ticket/15308] Remove !important from pagination css class
This commit is contained in:
commit
2c56beee33
3 changed files with 5 additions and 5 deletions
|
@ -335,7 +335,7 @@ ul.forums {
|
||||||
background-image: linear-gradient(to bottom, #d2e0eb 0%, #eef5f9 100%);
|
background-image: linear-gradient(to bottom, #d2e0eb 0%, #eef5f9 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist li {
|
ul.topiclist > li {
|
||||||
color: #4c5d77;
|
color: #4c5d77;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -908,14 +908,14 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||||
.pagination > ul {
|
.pagination > ul {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
list-style: none !important;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > ul > li {
|
.pagination > ul > li {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
display: inline-block !important;
|
display: inline-block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ ul.topiclist {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist li {
|
ul.topiclist > li {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
@ -211,7 +211,7 @@ dl.row-item dt ul {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.row-item dt li {
|
dl.row-item dt > ul li {
|
||||||
display: list-item;
|
display: list-item;
|
||||||
list-style-type: inherit;
|
list-style-type: inherit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue