diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-01-24 02:02:25 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-01-24 02:02:25 +0000 |
commit | 2a2814265dc0d131fc1db957451420134f15aab7 (patch) | |
tree | fca8b85146b16aa9bc7b337e5f279956e5bdfee8 | |
parent | 756907cbc658c01267da5c1a72ff23f052072bf6 (diff) | |
download | forums-2a2814265dc0d131fc1db957451420134f15aab7.tar forums-2a2814265dc0d131fc1db957451420134f15aab7.tar.gz forums-2a2814265dc0d131fc1db957451420134f15aab7.tar.bz2 forums-2a2814265dc0d131fc1db957451420134f15aab7.tar.xz forums-2a2814265dc0d131fc1db957451420134f15aab7.zip |
#7150 ... take 3
git-svn-id: file:///svn/phpbb/trunk@6923 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 78b99efd32..fbfc6eef36 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -236,11 +236,11 @@ p.topicdetails { } .postbody li, ol, ul { - margin-left: 1.5em; + margin: 0 0 0 1.5em; } .rtl .postbody li, .rtl ol, .rtl ul { - margin-right: 1.5em; + margin: 0 1.5em 0 0; } .posthilit { @@ -472,11 +472,11 @@ select { } option { - padding-right: 1em; + padding: 0 1em 0 0; } .rtl option { - padding-left: 1em; + padding: 0 0 0 1em; } input.radio { |