Mercurial > defr > drupal > core
comparison themes/chameleon/marvin/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.2 2007/11/27 12:09:27 goba Exp $ */ | |
| 2 | |
| 3 body { | |
| 4 background-image: url(druplicon-watermark-rtl.png); | |
| 5 background-position: top left; | |
| 6 } | |
| 7 | |
| 8 p { | |
| 9 margin: 0 0 1em 1em; | |
| 10 } | |
| 11 | |
| 12 ul.links li { | |
| 13 border-left: none; | |
| 14 border-right: 1px solid #888; | |
| 15 } | |
| 16 | |
| 17 /* | |
| 18 ** Common declarations for child classes of node, comment, block, box etc | |
| 19 */ | |
| 20 .node .submitted { | |
| 21 float: right; | |
| 22 padding: 0.5em 1em 0.5em 0; | |
| 23 } | |
| 24 .node .taxonomy { | |
| 25 float: left; | |
| 26 } | |
| 27 .node .content { | |
| 28 padding-left: 0; | |
| 29 padding-right: 1em; | |
| 30 } | |
| 31 .node .links { | |
| 32 padding: 1em 0.2em 1em 0; | |
| 33 } |
