1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 00:32:29 +02:00

[ticket/10998] Add border-radius to forum rules block - prosilver

PHPBB3-10998
This commit is contained in:
Vinny 2012-07-18 21:42:23 -03:00
parent b176b86f11
commit 5a068867ee

View File

@ -623,9 +623,10 @@ li.pagination {
}
div.rules {
padding: 0 10px;
margin: 10px 0;
font-size: 1.1em;
padding: 5px 10px;
border-radius: 7px;
}
div.rules ul, div.rules ol {