Files
wordpress-develop/wp-admin/css/install-rtl.css
Andrew Ozz 1ac8dd147f RTL CSS for 2.7, props mani_monaj, see #8047
git-svn-id: https://develop.svn.wordpress.org/trunk@9505 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 02:50:16 +00:00

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;
}