From f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 21 Apr 2003 17:53:14 +0000 Subject: Use em instead of px to respect user selected font sizes. Use em instead of px to respect user selected font sizes. --- data/starthere/section.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl index eb552e0aa..21075a990 100644 --- a/data/starthere/section.xsl +++ b/data/starthere/section.xsl @@ -18,7 +18,7 @@ background: ; color: ; font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 14px; + font-size: 1.0em; } div.topbar { @@ -32,14 +32,14 @@ div.topbar a { margin-right: 15; - font-size: 20px; + font-size: 1.4em; font-weight: bold; color: ; } h2 { color: ; - font-size: 18px; + font-size: 1.2em; } a { -- cgit v1.2.3