From f77b60f2916de35b2e64f462e98853c9a7134895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 27 Nov 2007 12:09:27 +0000 Subject: #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files --- modules/forum/forum-rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') 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; } -- cgit v1.2.3