aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-07-19 16:35:16 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-07-19 16:35:16 +0200
commit8b230f59db87190f9209ff965c01eb72466f45d2 (patch)
tree17408c887fa71bef38b5d501ccd2cc3c3cf57f9a /phpBB/styles
parentb773da2c3e3cfbe7c7643fd05bfc6fd0b2e3a399 (diff)
parent5a068867ee2828bba7f30b09605247d3f992b580 (diff)
downloadforums-8b230f59db87190f9209ff965c01eb72466f45d2.tar
forums-8b230f59db87190f9209ff965c01eb72466f45d2.tar.gz
forums-8b230f59db87190f9209ff965c01eb72466f45d2.tar.bz2
forums-8b230f59db87190f9209ff965c01eb72466f45d2.tar.xz
forums-8b230f59db87190f9209ff965c01eb72466f45d2.zip
Merge remote-tracking branch 'mvinny/ticket/10998' into develop
* mvinny/ticket/10998: [ticket/10998] Add border-radius to forum rules block - prosilver
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/common.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index d49b54475f..4b4fa263b1 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -616,9 +616,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 {