From 38a63d94be400223a463378ecbfd668121c16ce8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 19 Jan 2006 10:33:18 +0000 Subject: [PATCH] - fixing list display in post. i am not sure if i like resetting browsers default margin, padding and font sizes. :/ - still problems with the style and display on a PC (fonts are screwed up in postbody, not very well readable, letter spacing issues all over the place...) - might be that my system fonts are screwed of course and i am the only one having this problem. :) git-svn-id: file:///svn/phpbb/trunk@5475 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/theme/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 0fd3cbe2b4..14c4d0764a 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -34,6 +34,10 @@ body { margin: 0; } +li { + margin-left: 25px; +} + #wrapheader { height: 120px; background-image: url('./images/background.gif');