web/drupal/themes/chameleon/style-rtl.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 /* $Id: style-rtl.css,v 1.3 2007/11/27 12:09:27 goba Exp $ */
       
     2 
       
     3 body {
       
     4   padding: 5em 3em 0 0;
       
     5 }
       
     6 /**
       
     7  * Yes - right is on the left and left is on the right!
       
     8  * Welcome to design by tables..
       
     9  */
       
    10 #sidebar-left {
       
    11   border-right: none;
       
    12   border-left: 1px solid gray;
       
    13 }
       
    14 #sidebar-right {
       
    15   border-left: none;
       
    16   border-right: 1px solid gray;
       
    17 }
       
    18 
       
    19 ul.links li {
       
    20   border-left: none;
       
    21   border-right: 1px solid #000;
       
    22 }
       
    23 ul.links li.first {
       
    24   border-left: none;
       
    25   border-right: none;
       
    26 }
       
    27 div.links {
       
    28   text-align: left;
       
    29 }