[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |