summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/install-rtl.css
blob: efef9612102bfd287808cc635da8c30fc36dab10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 {
	text-align:right;
}
.submit input, .button, .button-secondary  {
	font-family: Tahoma;
	margin-right:0;
}
.form-table th {
	text-align:right;
}
h1 {
	font-family:arial;
	margin: 5px -4px 0 0;
}