author | ymh <ymh.work@gmail.com> |
Wed, 13 Nov 2013 17:59:35 +0000 | |
changeset 3 | 6d22aaa62d12 |
parent 0 | d970ebf37754 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
Theme Name: Twenty Twelve |
|
3 |
Description: Used to style the TinyMCE editor for RTL languages. |
|
4 |
See also rtl.css file. |
|
5 |
*/ |
|
6 |
||
7 |
html .mceContentBody { |
|
8 |
direction: rtl; |
|
9 |
unicode-bidi: embed; |
|
10 |
} |
|
11 |
li { |
|
12 |
margin: 0 24px 0 0; |
|
13 |
margin: 0 1.714285714rem 0 0; |
|
14 |
} |
|
15 |
dl { |
|
16 |
margin: 0 24px; |
|
17 |
margin: 0 1.714285714rem; |
|
18 |
} |
|
19 |
tr th { |
|
20 |
text-align: right; |
|
21 |
} |
|
22 |
td { |
|
23 |
padding: 6px 0 6px 10px; |
|
24 |
text-align: right; |
|
25 |
} |
|
26 |
.wp-caption { |
|
27 |
text-align: right; |
|
28 |
} |