mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
9f72344f5a
git-svn-id: http://svn.automattic.com/wordpress/trunk@9370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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;
|
|
}
|