web/drupal/themes/chameleon/marvin/style-rtl.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 /* $Id: style-rtl.css,v 1.2 2007/11/27 12:09:27 goba Exp $ */
       
     2 
       
     3 body {
       
     4   background-image: url(druplicon-watermark-rtl.png);
       
     5   background-position: top left;
       
     6 }
       
     7 
       
     8 p {
       
     9   margin: 0 0 1em 1em;
       
    10 }
       
    11 
       
    12 ul.links li {
       
    13   border-left: none;
       
    14   border-right: 1px solid #888;
       
    15 }
       
    16 
       
    17 /*
       
    18 ** Common declarations for child classes of node, comment, block, box etc
       
    19 */
       
    20 .node .submitted {
       
    21   float: right;
       
    22   padding: 0.5em 1em 0.5em 0;
       
    23 }
       
    24 .node .taxonomy {
       
    25   float: left;
       
    26 }
       
    27 .node .content {
       
    28   padding-left: 0;
       
    29   padding-right: 1em;
       
    30 }
       
    31 .node .links {
       
    32   padding: 1em 0.2em 1em 0;
       
    33 }