From 1a620a2a9a2c0398ff7382751dac5494e59edf29 Mon Sep 17 00:00:00 2001 From: Chris Goldthorpe Date: Thu, 11 Mar 2010 19:11:15 +0000 Subject: Bug 305241 - [Intro] Overlapped text and tab image corruption in RTL Intro pages --- org.eclipse.ui.intro.universal/themes/slate/html/rtl.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'org.eclipse.ui.intro.universal') diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css b/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css index 888b3cc32..ded664e70 100644 --- a/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css +++ b/org.eclipse.ui.intro.universal/themes/slate/html/rtl.css @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009 IBM Corporation and others. + * Copyright (c) 2009, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -59,6 +59,12 @@ table { top:0px; } +#page-content * a p { + margin-bottom:0px; + position:static; + top:0px; +} + .content-group { text-align: right; } -- cgit v1.2.1