diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 34cafb8758..1ada550686 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -7,7 +7,8 @@ /* stylelint-disable declaration-property-unit-whitelist */ /* stylelint-disable declaration-property-unit-blacklist */ -ul.forums, ul.topics { +ul.forums, +ul.topics { border-radius: 4px; } @@ -110,23 +111,17 @@ li.row { } li.row:first-child { - border-top: 0; - padding-top: 1px; -} - -li.row:first-child, li.row:first-child:hover { + border-top: 0; + padding-top: 1px; border-top-left-radius: 4px; border-top-right-radius: 4px; } li.row:last-child { - border-bottom: 0; - margin-bottom: 1px; -} - -li.row:last-child, li.row:last-child:hover { - border-bottom-left-radius: 4px; + border-bottom: 0; + margin-bottom: 1px; border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; } li.row strong {