mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- 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
This commit is contained in:
parent
120b965e14
commit
38a63d94be
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-left: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
#wrapheader {
|
#wrapheader {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
background-image: url('./images/background.gif');
|
background-image: url('./images/background.gif');
|
||||||
|
|
Loading…
Add table
Reference in a new issue