aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-04 06:54:43 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-04 06:54:43 +0000
commit9a9a9ff6f3d4442ca7e3d1270bf137006c5bcdfc (patch)
tree174006c7645f2ef9da727d84da1541a620cd6923 /phpBB/styles
parent9a0ad16272ccb461a5864b2a0cd8aa8f769ffdad (diff)
downloadforums-9a9a9ff6f3d4442ca7e3d1270bf137006c5bcdfc.tar
forums-9a9a9ff6f3d4442ca7e3d1270bf137006c5bcdfc.tar.gz
forums-9a9a9ff6f3d4442ca7e3d1270bf137006c5bcdfc.tar.bz2
forums-9a9a9ff6f3d4442ca7e3d1270bf137006c5bcdfc.tar.xz
forums-9a9a9ff6f3d4442ca7e3d1270bf137006c5bcdfc.zip
- fixed ul/li margin
- fixed [code=php] tag (tags got mangled on edit) - fixed a tiny issue within the ban function git-svn-id: file:///svn/phpbb/trunk@5875 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 1654b32de5..a88b0b77b2 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -35,6 +35,10 @@ body {
margin: 0;
}
+ul, li {
+ margin-left: 20px;
+}
+
#wrapheader {
height: 120px;
background-image: url('./images/background.gif');