af1c3ce459
git-svn-id: https://develop.svn.wordpress.org/trunk@15146 602fd350-edb4-49c9-b593-d223f7449a82
23 lines
356 B
CSS
23 lines
356 B
CSS
body {
|
|
font-family: Tahoma, arial;
|
|
}
|
|
h1 {
|
|
font-family: arial;
|
|
margin: 5px -4px 0 0;
|
|
}
|
|
ul, ol {
|
|
padding: 5px 22px 5px 5px;
|
|
}
|
|
.step, th {
|
|
text-align: right;
|
|
}
|
|
.submit input, .button, .button-secondary {
|
|
font-family: Tahoma, arial;
|
|
margin-right: 0;
|
|
}
|
|
.form-table th {
|
|
text-align: right;
|
|
}
|
|
#user_login, #admin_email, #pass1, #pass2 {
|
|
direction: ltr;
|
|
} |