diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 1ada550686..ca5910aa6b 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -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 {