aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-03-30 13:13:09 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-03-30 13:13:09 +0000
commit80c597fadfeb55f4c7b6e7a26419ba6378a919bd (patch)
tree8d1e729477d2457a98d146d46f02d30fe0a22d27 /phpBB/styles
parent9d3d63181f3735a63e266fa610067d74486c833e (diff)
downloadforums-80c597fadfeb55f4c7b6e7a26419ba6378a919bd.tar
forums-80c597fadfeb55f4c7b6e7a26419ba6378a919bd.tar.gz
forums-80c597fadfeb55f4c7b6e7a26419ba6378a919bd.tar.bz2
forums-80c597fadfeb55f4c7b6e7a26419ba6378a919bd.tar.xz
forums-80c597fadfeb55f4c7b6e7a26419ba6378a919bd.zip
fix ordered list display in forum rules - #14785
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9415 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 3a26ceac06..7178fa6e42 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -599,7 +599,7 @@ div.rules {
font-size: 1.1em;
}
-div.rules ul {
+div.rules ul, div.rules ol {
margin-left: 20px;
}