Mercurial > defr > drupal > core
comparison themes/chameleon/common-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: common-rtl.css,v 1.2 2007/06/05 09:15:02 dries Exp $ */ | |
2 | |
3 body { | |
4 direction: rtl; | |
5 } | |
6 .navlinks { | |
7 padding: 0em 0em 1.5em 0.5em; | |
8 } | |
9 .primary a { | |
10 padding: 0em 0em 0em 0.5em; | |
11 } | |
12 .secondary a { | |
13 padding: 0em 0em 0em 0.5em; | |
14 } | |
15 | |
16 #header img { | |
17 float: right; | |
18 padding: 0em 0em .5em 2em; | |
19 } |