mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
b442bfdeff
git-svn-id: http://svn.automattic.com/wordpress/trunk@7476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
12 lines
131 B
CSS
12 lines
131 B
CSS
html {
|
|
direction: ltr;
|
|
}
|
|
#uploadoptions, table {
|
|
direction: rtl;
|
|
}
|
|
td {
|
|
padding: 1px 6px 0;
|
|
}
|
|
.submit {
|
|
text-align: left;
|
|
} |