mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/15388] List boxes internal corners rounded fix 2
Further Travis fixes. PHPBB3-15388
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user