mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
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;
|
||
|
}
|