aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-04 16:56:30 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-04 16:56:30 +0000
commit839d2b6e2c66108142c3f43973adb3e148c47bd4 (patch)
tree154111ef54c66aa9a85ef44ac960980e833fde75 /phpBB/styles
parent16ed174ba28396bf1ca41d7787a9afb57c7430a0 (diff)
downloadforums-839d2b6e2c66108142c3f43973adb3e148c47bd4.tar
forums-839d2b6e2c66108142c3f43973adb3e148c47bd4.tar.gz
forums-839d2b6e2c66108142c3f43973adb3e148c47bd4.tar.bz2
forums-839d2b6e2c66108142c3f43973adb3e148c47bd4.tar.xz
forums-839d2b6e2c66108142c3f43973adb3e148c47bd4.zip
hmm, hopefully this is working a bit better.
git-svn-id: file:///svn/phpbb/trunk@5879 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index a88b0b77b2..d7b5ba2440 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -35,10 +35,6 @@ body {
margin: 0;
}
-ul, li {
- margin-left: 20px;
-}
-
#wrapheader {
height: 120px;
background-image: url('./images/background.gif');
@@ -191,14 +187,17 @@ p.postapprove {
.postdetails {
color: #000000;
}
+
.postbody {
font-size: 1.3em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
- }
-.postbody li {
+}
+
+.postbody li, ul {
margin-left: 1.5em;
- }
+}
+
.posthilit {
background-color: yellow;
}