some changes

This commit is contained in:
age 2007-01-09 15:17:29 +00:00
parent f6a9b5c8c3
commit 811346c6c1
7 changed files with 44 additions and 32 deletions

View file

@ -20,7 +20,7 @@ h1 {
}
h2 {
margin: 0;
margin: 0 0 5px 0;
padding: 0;
background-color: #8bbf75;
color: White;
@ -84,6 +84,12 @@ div.centercontent {
div.centercontent h2 {
padding: 0.1em 0 0.1em 0.5em;
}
div.centercontent p {
padding: 0.1em 1.8em 0.1em 0.8em;
}
div.centercontent ul {
padding: 0.1em 1.8em 0.1em 2.8em;
}
ul {
margin-top: 0;