820ccbb545
git-svn-id: https://develop.svn.wordpress.org/trunk@9370 602fd350-edb4-49c9-b593-d223f7449a82
30 lines
390 B
CSS
30 lines
390 B
CSS
body {
|
|
font-family: Tahoma;
|
|
}
|
|
|
|
/* Half the page disapears on IE6 */
|
|
* html body {
|
|
width: 700px;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-right: 350px;
|
|
}
|
|
|
|
ul, ol {
|
|
padding: 5px 22px 5px 5px;
|
|
}
|
|
|
|
.step, th, .form-table th {
|
|
text-align: right;
|
|
}
|
|
|
|
.submit input, .button, .button-secondary {
|
|
font-family: Tahoma;
|
|
margin-right: 0;
|
|
}
|
|
|
|
h1 {
|
|
font-family: arial;
|
|
margin: 5px -4px 0 0;
|
|
}
|