update the labels style
This commit is contained in:
parent
e250b7aaf4
commit
a2ba0c556f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue