diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-04-22 01:53:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-04-22 01:53:14 +0800 |
commit | f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59 (patch) | |
tree | 131b6d39893fd01f45c957b8527ee31a1ea38147 /data | |
parent | 99b07178a3ae4596e074a2569ef28b2978415450 (diff) | |
download | gsoc2013-epiphany-f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59.tar gsoc2013-epiphany-f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59.tar.gz gsoc2013-epiphany-f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59.tar.bz2 gsoc2013-epiphany-f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59.tar.lz gsoc2013-epiphany-f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59.tar.xz gsoc2013-epiphany-f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59.tar.zst gsoc2013-epiphany-f9a6452fb16f4fcfe976e6a5f63f54cbe88bcf59.zip |
Use em instead of px to respect user selected font sizes.
Use em instead of px to respect user selected font sizes.
Diffstat (limited to 'data')
-rw-r--r-- | data/starthere/section.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
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: <xsl:value-of select="@bg"/>; color: <xsl:value-of select="@text"/>; 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: <xsl:value-of select="@title"/>; } h2 { color: <xsl:value-of select="@headings"/>; - font-size: 18px; + font-size: 1.2em; } a { |