web/drupal/themes/bluemarine/style-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: style-rtl.css,v 1.5 2007/12/17 15:05:09 goba Exp $ */
body {
  direction: rtl;
}
#logo img {
  float: right;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: left;
}
#navlist {
  padding: 0 0 1.2em 0.8em;
}
#subnavlist {
  padding: 0.5em 0 0.4em 1.2em;
}
ul.links li {
  border-right: 1px solid #9cf;
  border-left: none;
}
.block, .box {
  padding: 0 1.5em 0 0;
}
.node .taxonomy {
  padding-right: 1.5em;
}
.node .picture {
  float: left;
}
.comment .new {
  text-align: left;
  float: left;
}
.comment .picture {
  float: left;
}