Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.intro.universal/themes/purpleMesh/html/ltr.css')
-rw-r--r--org.eclipse.ui.intro.universal/themes/purpleMesh/html/ltr.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/purpleMesh/html/ltr.css b/org.eclipse.ui.intro.universal/themes/purpleMesh/html/ltr.css
new file mode 100644
index 000000000..57586c800
--- /dev/null
+++ b/org.eclipse.ui.intro.universal/themes/purpleMesh/html/ltr.css
@@ -0,0 +1,19 @@
+/*******************************************************************************
+ * Copyright (c) 2008 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+
+/*
+ * This file contains styles that are specific to left to right display
+ */
+
+body {
+ direction: ltr;
+}
+ \ No newline at end of file

Back to the top