mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'mvinny/ticket/10998' into develop
* mvinny/ticket/10998: [ticket/10998] Add border-radius to forum rules block - prosilver
This commit is contained in:
commit
8b230f59db
1 changed files with 2 additions and 1 deletions
|
@ -616,9 +616,10 @@ li.pagination {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.rules {
|
div.rules {
|
||||||
padding: 0 10px;
|
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
padding: 5px 10px;
|
||||||
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.rules ul, div.rules ol {
|
div.rules ul, div.rules ol {
|
||||||
|
|
Loading…
Add table
Reference in a new issue