diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-30 13:13:09 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-30 13:13:09 +0000 |
commit | 80c597fadfeb55f4c7b6e7a26419ba6378a919bd (patch) | |
tree | 8d1e729477d2457a98d146d46f02d30fe0a22d27 /phpBB/styles | |
parent | 9d3d63181f3735a63e266fa610067d74486c833e (diff) | |
download | forums-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.css | 2 |
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; } |