mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15388] List boxes internal corners rounded fix 1
Fix CSS formatting errors identified by Travis. PHPBB3-15388
This commit is contained in:
parent
d1859dbd9e
commit
885cb1502c
1 changed files with 7 additions and 12 deletions
|
@ -7,7 +7,8 @@
|
||||||
/* stylelint-disable declaration-property-unit-whitelist */
|
/* stylelint-disable declaration-property-unit-whitelist */
|
||||||
/* stylelint-disable declaration-property-unit-blacklist */
|
/* stylelint-disable declaration-property-unit-blacklist */
|
||||||
|
|
||||||
ul.forums, ul.topics {
|
ul.forums,
|
||||||
|
ul.topics {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,9 +113,6 @@ li.row {
|
||||||
li.row:first-child {
|
li.row:first-child {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
}
|
|
||||||
|
|
||||||
li.row:first-child, li.row:first-child:hover {
|
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
}
|
}
|
||||||
|
@ -122,11 +120,8 @@ li.row:first-child, li.row:first-child:hover {
|
||||||
li.row:last-child {
|
li.row:last-child {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
|
||||||
|
|
||||||
li.row:last-child, li.row:last-child:hover {
|
|
||||||
border-bottom-left-radius: 4px;
|
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.row strong {
|
li.row strong {
|
||||||
|
|
Loading…
Add table
Reference in a new issue