Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-03-11 19:11:15 +0000
committerChris Goldthorpe2010-03-11 19:11:15 +0000
commit1a620a2a9a2c0398ff7382751dac5494e59edf29 (patch)
treef296ecb56d94c960e2f492da61bb056b5475ce14 /org.eclipse.ui.intro.universal
parent77a81dc590fff47b207966b4257bfec21bd3a065 (diff)
downloadeclipse.platform.ua-1a620a2a9a2c0398ff7382751dac5494e59edf29.tar.gz
eclipse.platform.ua-1a620a2a9a2c0398ff7382751dac5494e59edf29.tar.xz
eclipse.platform.ua-1a620a2a9a2c0398ff7382751dac5494e59edf29.zip
Bug 305241 - [Intro] Overlapped text and tab image corruption in RTL Intro pages
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/rtl.css8
1 files changed, 7 insertions, 1 deletions
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;
}

Back to the top