mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-01 17:10:02 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user