home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / misc / print-rtl.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-06-10  |  118 b   |  9 lines

  1. /* $Id: print-rtl.css,v 1.1 2007/06/10 08:55:55 goba Exp $ */
  2.  
  3. body {
  4.   direction: rtl;
  5. }
  6. th {
  7.   text-align: right;
  8. }
  9.