mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15388] List boxes internal corners rounded fix 2
Further Travis fixes. PHPBB3-15388
This commit is contained in:
parent
885cb1502c
commit
bed0ee2e7b
1 changed files with 2 additions and 2 deletions
|
@ -112,16 +112,16 @@ li.row {
|
||||||
|
|
||||||
li.row:first-child {
|
li.row:first-child {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
padding-top: 1px;
|
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.row:last-child {
|
li.row:last-child {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
margin-bottom: 1px;
|
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.row strong {
|
li.row strong {
|
||||||
|
|
Loading…
Add table
Reference in a new issue