c59d28145f
git-svn-id: https://develop.svn.wordpress.org/trunk@7476 602fd350-edb4-49c9-b593-d223f7449a82
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;
|
|
} |