web/drupal/themes/bluemarine/style-rtl.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 /* $Id: style-rtl.css,v 1.5 2007/12/17 15:05:09 goba Exp $ */
       
     2 body {
       
     3   direction: rtl;
       
     4 }
       
     5 #logo img {
       
     6   float: right;
       
     7 }
       
     8 #menu {
       
     9   padding: 0.5em 0.5em 0 0.5em;
       
    10   text-align: left;
       
    11 }
       
    12 #navlist {
       
    13   padding: 0 0 1.2em 0.8em;
       
    14 }
       
    15 #subnavlist {
       
    16   padding: 0.5em 0 0.4em 1.2em;
       
    17 }
       
    18 ul.links li {
       
    19   border-right: 1px solid #9cf;
       
    20   border-left: none;
       
    21 }
       
    22 .block, .box {
       
    23   padding: 0 1.5em 0 0;
       
    24 }
       
    25 .node .taxonomy {
       
    26   padding-right: 1.5em;
       
    27 }
       
    28 .node .picture {
       
    29   float: left;
       
    30 }
       
    31 .comment .new {
       
    32   text-align: left;
       
    33   float: left;
       
    34 }
       
    35 .comment .picture {
       
    36   float: left;
       
    37 }