summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander.vesik@sun.com>2002-07-05 19:47:05 +0000
committerSander Vesik <sander@src.gnome.org>2002-07-05 19:47:05 +0000
commit0f711d77646fc910ced20ec241c421a829a1e45b (patch)
tree0da8387be1daeac64a9b16b733f891cf82808df2
parent636fe097a4ed0dfa00f8f6b110d65dc78e937dee (diff)
downloadyelp-0f711d77646fc910ced20ec241c421a829a1e45b.tar.gz
stylesheets/yelp-customization.xsl - rationalize heading styles - don't
2002-07-05 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl - rationalize heading styles - don't center title - tweak list indenting
-rw-r--r--ChangeLog6
-rw-r--r--stylesheets/yelp-customization.xsl18
2 files changed, 16 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 882d0301..97f931e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-05 Sander Vesik <sander.vesik@sun.com>
+ * stylesheets/yelp-customization.xsl
+ - rationalize heading styles
+ - don't center title
+ - tweak list indenting
+
2002-06-28 Mikael Hallendal <micke@codefactory.se>
* src/yelp-info.c (yelp_info_init): sort info pages.
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index f892c4ff..0ff8a78d 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -137,7 +137,7 @@
<xsl:template name="user.head.content">
<style>
<xsl:text>
- LI {margin-left: 3em}
+ LI {margin-left: 1em}
LI P {margin-bottom: 0}
LI P {margin-top: 0}
P.header-title {text-align: center; margin-top: 0; margin-bottom: 0}
@@ -145,10 +145,10 @@
P.about {margin-bottom: 0}
DD P {margin-top: 0}
DD P {margin-bottom: 0}
- OL {margin-top: 0}
- OL {margin-bottom: 0}
- UL {margin-top: 0}
- UL {margin-bottom: 0}
+ OL {margin-top: 0; margin-bottom: 0}
+ LI OL {margin-left: 2em}
+ UL {margin-top: 0; margin-bottom: 0}
+ LI UL {margin-left: 2em}
DD {margin-left: 2em}
DL {margin-top: 0}
DL {margin-bottom: 0}
@@ -169,8 +169,10 @@
DIV.table TH {border-width: 0}
LI DIV.informaltable {margin-top: 1em; margin-bottom: 1em}
DIV.revhistory TABLE {border-spacing: 0}
- H2 {margin-bottom: 0}
- H3 {margin-bottom: 0}
+ H1 {font-size: 140%}
+ H2 {font-size: 130%; margin-bottom: 0}
+ H3 {font-size: 120%; margin-bottom: 0}
+ H4 {font-size: 110%}
</xsl:text>
</style>
</xsl:template>
@@ -405,7 +407,7 @@
<xsl:param name="title" select="''" />
<xsl:call-template name="make.toc.navbar"/>
<xsl:element name="hr"/>
- <H1 align="center"><xsl:value-of select="$title"/></H1>
+ <H1 class="title"><xsl:value-of select="$title"/></H1>
<p class="about"><a>
<xsl:attribute name="href">
<xsl:call-template name="titlepage.ref"/>