diff options
-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 { |