1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

- 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
This commit is contained in:
Meik Sievertsen
2006-05-04 06:54:43 +00:00
parent 9a0ad16272
commit 9a9a9ff6f3
5 changed files with 8 additions and 4 deletions

View File

@@ -35,6 +35,10 @@ body {
margin: 0;
}
ul, li {
margin-left: 20px;
}
#wrapheader {
height: 120px;
background-image: url('./images/background.gif');