Mercurial > defr > drupal > core
comparison themes/chameleon/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.3 2007/11/27 12:09:27 goba Exp $ */ | |
2 | |
3 body { | |
4 padding: 5em 3em 0 0; | |
5 } | |
6 /** | |
7 * Yes - right is on the left and left is on the right! | |
8 * Welcome to design by tables.. | |
9 */ | |
10 #sidebar-left { | |
11 border-right: none; | |
12 border-left: 1px solid gray; | |
13 } | |
14 #sidebar-right { | |
15 border-left: none; | |
16 border-right: 1px solid gray; | |
17 } | |
18 | |
19 ul.links li { | |
20 border-left: none; | |
21 border-right: 1px solid #000; | |
22 } | |
23 ul.links li.first { | |
24 border-left: none; | |
25 border-right: none; | |
26 } | |
27 div.links { | |
28 text-align: left; | |
29 } |