mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 01:09:39 +01:00
a1c1da11f8
git-svn-id: http://svn.automattic.com/wordpress/trunk@9505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
17 lines
291 B
CSS
17 lines
291 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;
|
|
}
|