comparison themes/bluemarine/style-rtl.css @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children
comparison
equal deleted inserted replaced
0:5a113a1c4740 1:c1f4ac30525a
1 /* $Id: style-rtl.css,v 1.5 2007/12/17 15:05:09 goba Exp $ */
2 body {
3 direction: rtl;
4 }
5 #logo img {
6 float: right;
7 }
8 #menu {
9 padding: 0.5em 0.5em 0 0.5em;
10 text-align: left;
11 }
12 #navlist {
13 padding: 0 0 1.2em 0.8em;
14 }
15 #subnavlist {
16 padding: 0.5em 0 0.4em 1.2em;
17 }
18 ul.links li {
19 border-right: 1px solid #9cf;
20 border-left: none;
21 }
22 .block, .box {
23 padding: 0 1.5em 0 0;
24 }
25 .node .taxonomy {
26 padding-right: 1.5em;
27 }
28 .node .picture {
29 float: left;
30 }
31 .comment .new {
32 text-align: left;
33 float: left;
34 }
35 .comment .picture {
36 float: left;
37 }