web/drupal/themes/chameleon/common-rtl.css
author cavaliet@caf4f556-3d62-0410-8435-a86758001935
Fri, 21 Aug 2009 16:30:15 +0000
branchdrupal
changeset 75 a34abe7498a6
parent 74 0ff3ba646492
permissions -rw-r--r--
res/color/garland-5d26e3f9 added to the drupal folder in order to see the css

/* $Id: common-rtl.css,v 1.2 2007/06/05 09:15:02 dries Exp $ */

body {
  direction: rtl;
}
.navlinks {
  padding: 0em 0em 1.5em 0.5em;
}
.primary a {
  padding: 0em 0em 0em 0.5em;
}
.secondary a {
  padding: 0em 0em 0em 0.5em;
}

#header img {
  float: right;
  padding: 0em 0em .5em 2em;
}