diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-27 12:09:27 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-27 12:09:27 +0000 |
commit | f77b60f2916de35b2e64f462e98853c9a7134895 (patch) | |
tree | a936cde8733e6d05464544ce6b67bcf7eb3a4bd1 /modules/forum | |
parent | 61f04c91c9197ba9de4385931cf8be3f34d7c0b6 (diff) | |
download | brdo-f77b60f2916de35b2e64f462e98853c9a7134895.tar.gz brdo-f77b60f2916de35b2e64f462e98853c9a7134895.tar.bz2 |
#195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum-rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum-rtl.css b/modules/forum/forum-rtl.css index f3060942a..4f81bde29 100644 --- a/modules/forum/forum-rtl.css +++ b/modules/forum/forum-rtl.css @@ -1,7 +1,7 @@ /* $Id$ */ #forum tr td.forum { - padding-left: inherit; + padding-left: 0.5em; padding-right: 25px; background-position: 98% 2px; } |