home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / forum / forum-rtl.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-27  |  372 b   |  19 lines

  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. }
  19.