diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-07-29 10:59:56 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-07-29 10:59:56 +0000 |
commit | f3610a934c66bc5aa0281fe677f12d9728bde4e6 (patch) | |
tree | 1da3b8176b924e9f93df97e28f78ce09d857aeff | |
parent | b8076c575cded8c720529f13e75c4841d15dc6ba (diff) | |
download | forums-f3610a934c66bc5aa0281fe677f12d9728bde4e6.tar forums-f3610a934c66bc5aa0281fe677f12d9728bde4e6.tar.gz forums-f3610a934c66bc5aa0281fe677f12d9728bde4e6.tar.bz2 forums-f3610a934c66bc5aa0281fe677f12d9728bde4e6.tar.xz forums-f3610a934c66bc5aa0281fe677f12d9728bde4e6.zip |
Fix list indentation
git-svn-id: file:///svn/phpbb/trunk@6214 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 2ac2c6dae5..239ed7570d 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -215,7 +215,7 @@ p.topicdetails { font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; } -.postbody li, ul { +.postbody li, ol, ul { margin-left: 1.5em; } |