view modules/forum/forum-rtl.css @ 4:d94886ac61a0

Added tag 6.1 for changeset 165d43f946a8
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:29:21 +0100
parents c1f4ac30525a
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;
}