aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-01-19 10:33:18 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-01-19 10:33:18 +0000
commit38a63d94be400223a463378ecbfd668121c16ce8 (patch)
tree75c5ba602e7e714cc45607ebff0efe359686bf01 /phpBB/styles
parent120b965e14c6ddfcbc2124df09cc4113fc85fbec (diff)
downloadforums-38a63d94be400223a463378ecbfd668121c16ce8.tar
forums-38a63d94be400223a463378ecbfd668121c16ce8.tar.gz
forums-38a63d94be400223a463378ecbfd668121c16ce8.tar.bz2
forums-38a63d94be400223a463378ecbfd668121c16ce8.tar.xz
forums-38a63d94be400223a463378ecbfd668121c16ce8.zip
- 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
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css4
1 files changed, 4 insertions, 0 deletions
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');