From f3610a934c66bc5aa0281fe677f12d9728bde4e6 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 29 Jul 2006 10:59:56 +0000 Subject: [PATCH] Fix list indentation git-svn-id: file:///svn/phpbb/trunk@6214 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/theme/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }