[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/themes/chameleon/ -> style-rtl.css (source)

   1  
   2  body {
   3    padding: 5em 3em 0 0;
   4  }
   5  /**
   6   * Yes - right is on the left and left is on the right!
   7   * Welcome to design by tables..
   8   */
   9  #sidebar-left {
  10    border-right: none;
  11    border-left: 1px solid gray;
  12  }
  13  #sidebar-right {
  14    border-left: none;
  15    border-right: 1px solid gray;
  16  }
  17  
  18  ul.links li {
  19    border-left: none;
  20    border-right: 1px solid #000;
  21  }
  22  ul.links li.first {
  23    border-left: none;
  24    border-right: none;
  25  }
  26  div.links {
  27    text-align: left;
  28  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7