Mercurial > defr > drupal > core
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
1 /* $Id: forum-rtl.css,v 1.3 2007/11/27 12:09:26 goba Exp $ */ | |
2 | |
3 #forum tr td.forum { | |
4 padding-left: 0.5em; | |
5 padding-right: 25px; | |
6 background-position: 98% 2px; | |
7 } | |
8 .forum-topic-navigation { | |
9 padding: 1em 3em 0 0; | |
10 } | |
11 .forum-topic-navigation .topic-previous { | |
12 text-align: left; | |
13 float: right; | |
14 } | |
15 .forum-topic-navigation .topic-next { | |
16 text-align: right; | |
17 float: left; | |
18 } |