update the labels style

This commit is contained in:
Damien Churchill 2008-09-29 23:15:44 +00:00
parent e250b7aaf4
commit a2ba0c556f
1 changed files with 15 additions and 7 deletions

View File

@ -108,15 +108,23 @@ body {
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
#labels ul { #labels div {
list-style: none; background: White;
margin: 5px;
padding: 0;
padding-top: 20px;
padding-bottom: 20px;
background: White;
-moz-border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
margin: 5px;
padding-top: 5px;
padding-bottom: 20px;
}
#labels div h3 {
margin: 5px;
}
#labels div ul {
list-style: none;
margin: 0;
padding: 0;
} }
#labels li { #labels li {