This website requires JavaScript.
Explore
Help
Sign In
Drupal
/
drupal
mirror of
https://git.drupalcode.org/project/drupal.git
Watch
1
Star
0
Fork
You've already forked drupal
0
Code
Issues
Projects
Releases
Wiki
Activity
70f9297c10
drupal
/
modules
/
system
/
defaults-rtl.css
8 lines
87 B
CSS
Raw
Normal View
History
Unescape
Escape
Some RTL CSS files had wrong CVS Id comments, fix that
2007-05-30 18:28:14 +00:00
/* $Id$ */
#145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
2007-05-27 17:57:48 +00:00
th
{
text-align
:
right
;
padding-right
:
inherit
;
padding-left
:
1em
;
}