[ticket/15388] List boxes internal corners rounded fix 2

Further Travis fixes.

PHPBB3-15388
This commit is contained in:
Sophist 2017-10-03 15:55:59 +01:00
parent 885cb1502c
commit bed0ee2e7b

View file

@ -112,16 +112,16 @@ li.row {
li.row:first-child {
border-top: 0;
padding-top: 1px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding-top: 1px;
}
li.row:last-child {
border-bottom: 0;
margin-bottom: 1px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
margin-bottom: 1px;
}
li.row strong {