Making WordPress.org

Changeset 992


Ignore:
Timestamp:
11/18/2014 02:44:04 PM (10 years ago)
Author:
samuelsidler
Message:

Rosetta theme: Fix some RTL issues. see #729. props ocean90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/rtl.css

    r465 r992  
    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}
     11
     12h3, h4, h5, h6 {
     13    font-weight: bold;
     14}
    415
    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;
     23  padding: 0 0 0 30px;
     24}
    925
    10 .download-button span, .download-tar { direction: ltr; unicode-bidi: embed; }
     26.download-button span, .download-tar {
     27    direction: ltr;
     28  unicode-bidi: embed;
     29}
    1130
    12 h4, h6 { float: none; margin-right: 0; }
     31h4, h6 {
     32    float: none;
     33    margin-right: 0;
     34}
    1335
    14 ul, ol { margin: 0 25px 0 0; }
    15 #wporg-header ul { margin-right: 0; }
     36ul, ol {
     37    margin: 0 25px 0 0;
     38}
    1639
    17 .narrow { float: right; margin: 0 0 0 20px; }
     40.narrow {
     41    float: right;
     42  margin: 0 0 0 20px;
     43}
    1844
    19 span.author { display: block; }
     45span.author {
     46    display: block;
     47}
    2048
    21 #footer p { direction: ltr; text-align: left; }
     49#footer {
     50    margin-left: 0;
     51}
     52
     53#footer p {
     54    direction: ltr;
     55    text-align: left;
     56}
Note: See TracChangeset for help on using the changeset viewer.