Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-05-10 17:09:40 +0000
committerChris Goldthorpe2011-05-10 17:09:40 +0000
commita8d74ef9189a43055208cd19437b8c5d65d9b901 (patch)
tree26767950f7a3598427a7d677a7b910a21ca14df9 /org.eclipse.ui.intro.universal
parent45a106a4e3857a3a8998e26f97fb5842e5619f49 (diff)
downloadeclipse.platform.ua-a8d74ef9189a43055208cd19437b8c5d65d9b901.tar.gz
eclipse.platform.ua-a8d74ef9189a43055208cd19437b8c5d65d9b901.tar.xz
eclipse.platform.ua-a8d74ef9189a43055208cd19437b8c5d65d9b901.zip
Bug 344446 - [Intro] BIDI: BDL_Welcome page is not mirrored
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/rtl.css5
1 files changed, 4 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 d0a49ca6b..7053216e5 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, 2010 IBM Corporation and others.
+ * Copyright (c) 2009, 2011 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
@@ -13,6 +13,9 @@
* This file contains styles that are specific to right to left display
*/
+#page-links {
+ direction: rtl;
+ }
table {
direction: rtl;

Back to the top