CSS rule fixes from Nao and ionfish. fixes #5993

git-svn-id: http://svn.automattic.com/wordpress/trunk@7020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-25 18:33:39 +00:00
parent fd18739a7a
commit 0b5c3cce1e
2 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ select {
background: #fff;
border: 1px solid #ddd;
font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding: none;
padding: 0;
}
.submit a {
@@ -998,7 +998,7 @@ html, body {
}
#poststuff fieldset {
border: 1px solid #ccc;pa
border: 1px solid #ccc;
padding: 2px;
}