RTL CSS from mani_monaj. see #6296

git-svn-id: http://svn.automattic.com/wordpress/trunk@7476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-22 17:59:55 +00:00
parent b814963de2
commit b442bfdeff
4 changed files with 49 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
html {
direction: ltr;
}
#uploadoptions, table {
direction: rtl;
}
td {
padding: 1px 6px 0;
}
.submit {
text-align: left;
}