Making WordPress.org

Ticket #729: 729.patch

File 729.patch, 2.0 KB (added by ocean90, 10 years ago)
  • trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/rtl.css

     
    11/* Better RTL for Rosetta WP theme */
     2body {
     3        font-family: sans-serif;
     4        direction: rtl;
     5        unicode-bidi: embed;
     6}
    27
    3 #footer { margin-left: 0; }
     8h1, h2, h3, h4, h5, h6 {
     9        font-family: sans-serif;
     10}
    411
     12h3, h4, h5, h6 {
     13        font-weight: bold;
     14}
     15
    516.section img.shot {
    6         float: left; margin: 0 25px 5px 0; }
     17        float: left;
     18        margin: 0 25px 5px 0;
     19}
    720
    8 .main { float: right; padding: 0 0 0 30px; }
     21.main {
     22        float: right; padding: 0 0 0 30px;
     23}
    924
    10 .download-button span, .download-tar { direction: ltr; unicode-bidi: embed; }
     25.download-button span, .download-tar {
     26        direction: ltr; unicode-bidi: embed;
     27}
    1128
    12 h4, h6 { float: none; margin-right: 0; }
     29h4, h6 {
     30        float: none;
     31        margin-right: 0;
     32}
    1333
    14 ul, ol { margin: 0 25px 0 0; }
    15 #wporg-header ul { margin-right: 0; }
     34ul, ol {
     35        margin: 0 25px 0 0;
     36}
    1637
    17 .narrow { float: right; margin: 0 0 0 20px; }
     38.narrow {
     39        float: right; margin: 0 0 0 20px;
     40}
    1841
    19 span.author { display: block; }
     42span.author {
     43        display: block;
     44}
    2045
    21 #footer p { direction: ltr; text-align: left; }
     46
     47#footer {
     48        margin-left: 0;
     49}
     50
     51#footer p {
     52        direction: ltr;
     53        text-align: left;
     54}
  • trunk/wordpress.org/public_html/style/wp4-rtl.css

     
    22caption,th { text-align: right; }
    33body {
    44        font-family: sans-serif;
    5         direction:rtl;
    6         unicode-bidi:mbed;
     5        direction: rtl;
     6        unicode-bidi: embed;
    77}
    88/* -------------------------------------------- */
    99
    1010
    11 h2 {
     11h1, h2, h3, h4, h5, h6 {
    1212        font-family: sans-serif;
    1313}
    1414