Some CSS cleanup, props Simek, see #7967

git-svn-id: https://develop.svn.wordpress.org/trunk@9370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-27 20:55:25 +00:00
parent 4d59069999
commit 820ccbb545
9 changed files with 132 additions and 108 deletions

View File

@@ -23,7 +23,7 @@ h3#bordertitle {
}
#templateside h4 {
margin-bottom: 0px;
margin-bottom: 0;
}
#templateside ol, #templateside ul {
@@ -33,7 +33,7 @@ h3#bordertitle {
}
#templateside ol li, #templateside ul li {
margin: 1px 0px;
margin: 1px 0;
}
#themeselector {
@@ -58,7 +58,7 @@ h3#bordertitle {
div.bordertitle h2 {
border: none;
padding-bottom: 0px;
padding-bottom: 0;
}
div.tablenav {