Mercurial > defr > drupal > core
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/chameleon/common-rtl.css Tue Dec 23 14:28:28 2008 +0100 @@ -0,0 +1,19 @@ +/* $Id: common-rtl.css,v 1.2 2007/06/05 09:15:02 dries Exp $ */ + +body { + direction: rtl; +} +.navlinks { + padding: 0em 0em 1.5em 0.5em; +} +.primary a { + padding: 0em 0em 0em 0.5em; +} +.secondary a { + padding: 0em 0em 0em 0.5em; +} + +#header img { + float: right; + padding: 0em 0em .5em 2em; +}