Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-04-28 17:35:17 +0000
committerChris Goldthorpe2010-04-28 17:35:17 +0000
commitca660f1706347c295f886d475b75ada0c2729f7a (patch)
tree4ed32ddfbdc8737b60a73fc7a412a47e21c7407c
parente16c850b7849939871749e9ac6de553b88d712bf (diff)
downloadeclipse.platform.ua-ca660f1706347c295f886d475b75ada0c2729f7a.tar.gz
eclipse.platform.ua-ca660f1706347c295f886d475b75ada0c2729f7a.tar.xz
eclipse.platform.ua-ca660f1706347c295f886d475b75ada0c2729f7a.zip
Bug 310689 - [Intro] Standby page fonts are not scaling in Slate themev20100428
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css b/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css
index 5dc70f9f7..240a626b3 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css
@@ -1,5 +1,5 @@
L/*******************************************************************************
- * Copyright (c) 2008, 2009 IBM Corporation and others.
+ * Copyright (c) 2008, 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
@@ -42,6 +42,10 @@ H4 .div-label {
font-size : 8pt;
}
+#standby #page-links {
+ font-size : 100%;
+}
+
/* Floating link labels for navigation links */
#navigation-links a .link-label {
font-size : 8pt;

Back to the top