Mercurial > defr > drupal > core
view modules/forum/forum-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 source
/* $Id: forum-rtl.css,v 1.3 2007/11/27 12:09:26 goba Exp $ */ #forum tr td.forum { padding-left: 0.5em; padding-right: 25px; background-position: 98% 2px; } .forum-topic-navigation { padding: 1em 3em 0 0; } .forum-topic-navigation .topic-previous { text-align: left; float: right; } .forum-topic-navigation .topic-next { text-align: right; float: left; }