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/help | |
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/help')
-rw-r--r-- | modules/help/help-rtl.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help/help-rtl.css b/modules/help/help-rtl.css index 2b627613d..79e99c4f4 100644 --- a/modules/help/help-rtl.css +++ b/modules/help/help-rtl.css @@ -2,10 +2,10 @@ .help-items { float: right; - padding-right: inherit; + padding-right: 0; padding-left: 3%; } .help-items-last { - padding-right: inherit; + padding-right: 0; padding-left: 0; } |