mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
hmm, hopefully this is working a bit better.
git-svn-id: file:///svn/phpbb/trunk@5879 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
16ed174ba2
commit
839d2b6e2c
1 changed files with 6 additions and 7 deletions
|
@ -35,10 +35,6 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, li {
|
|
||||||
margin-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrapheader {
|
#wrapheader {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
background-image: url('./images/background.gif');
|
background-image: url('./images/background.gif');
|
||||||
|
@ -191,14 +187,17 @@ p.postapprove {
|
||||||
.postdetails {
|
.postdetails {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbody {
|
.postbody {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
.postbody li {
|
|
||||||
|
.postbody li, ul {
|
||||||
margin-left: 1.5em;
|
margin-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posthilit {
|
.posthilit {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue