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

@@ -1,6 +1,7 @@
body {
font-family: Tahoma;
}
/* Half the page disapears on IE6 */
* html body {
width: 700px;
@@ -8,20 +9,21 @@ body {
left: 50%;
margin-right: 350px;
}
ul, ol {
padding: 5px 22px 5px 5px;
}
.step, th {
text-align:right;
.step, th, .form-table th {
text-align: right;
}
.submit input, .button, .button-secondary {
font-family: Tahoma;
margin-right:0;
}
.form-table th {
text-align:right;
margin-right: 0;
}
h1 {
font-family:arial;
font-family: arial;
margin: 5px -4px 0 0;
}