summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander.vesik@sun.com>2002-09-16 18:50:55 +0000
committerSander Vesik <sander@src.gnome.org>2002-09-16 18:50:55 +0000
commit2140e5496401cfc99dda1fa34145410039f4fa5f (patch)
tree51156f40aeb2f27299be07b4dd674ed950154156
parentc3aee73d6263a58a6deb6adb9d7fb72705fb8b6b (diff)
downloadyelp-2140e5496401cfc99dda1fa34145410039f4fa5f.tar.gz
- unindent copyright - leave space inbetween the 'Copyright' header and
2002-09-16 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: - unindent copyright - leave space inbetween the 'Copyright' header and copyright holders - emulate 'fine print' on licence text - make <TT> use monospaced font (should go into gtkhtml2) - give <variablelist>-s back internal spacing that was originaly lost due to both <variablelist> and table of contents resulting in the same html tags - change nested ordered lists to use "lower-alpha" instead of "lower-roman" - yet more fighting with table borders - make tables be consistently top aligned - leave space before figures and figure titles inside lists * stylesheets/yelp-custom.xsl: - wrap legalnotice in <div class="legalnotice">...</div>
-rw-r--r--ChangeLog20
-rw-r--r--stylesheets/yelp-custom.xsl5
-rw-r--r--stylesheets/yelp-customization.xsl31
3 files changed, 45 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c53d6c3..4162b840 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2002-09-16 Sander Vesik <sander.vesik@sun.com>
+
+ * stylesheets/yelp-customization.xsl:
+ - unindent copyright
+ - leave space inbetween the 'Copyright' header and copyright
+ holders
+ - emulate 'fine print' on licence text
+ - make <TT> use monospaced font (should go into gtkhtml2)
+ - give <variablelist>-s back internal spacing that was
+ originaly lost due to both <variablelist> and table of
+ contents resulting in the same html tags
+ - change nested ordered lists to use "lower-alpha" instead of
+ "lower-roman"
+ - yet more fighting with table borders
+ - make tables be consistently top aligned
+ - leave space before figures and figure titles inside lists
+
+ * stylesheets/yelp-custom.xsl:
+ - wrap legalnotice in <div class="legalnotice">...</div>
+
2002-09-04 Mikael Hallendal <micke@codefactory.se>
* Release 1.0.6
diff --git a/stylesheets/yelp-custom.xsl b/stylesheets/yelp-custom.xsl
index edf31d28..248e6841 100644
--- a/stylesheets/yelp-custom.xsl
+++ b/stylesheets/yelp-custom.xsl
@@ -270,6 +270,10 @@
<xsl:param name="generate.legalnotice.link" select="0"/>
<xsl:template match="legalnotice[1]" mode="titlepage.mode">
+ <xsl:element name="div">
+ <xsl:attribute name="class">
+ <xsl:text>legalnotice</xsl:text>
+ </xsl:attribute>
<xsl:text>&#xA;</xsl:text>
<h2>
<xsl:call-template name="gentext">
@@ -277,6 +281,7 @@
</xsl:call-template>
</h2>
<xsl:apply-templates mode="titlepage.mode"/>
+ </xsl:element>
</xsl:template>
<!-- Makes the address inside the legalnotice inline instead of separated
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 4b0851af..233beee7 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -149,7 +149,11 @@
LI P {margin-bottom: 0}
LI P {margin-top: 0}
P.header-title {text-align: center; margin-top: 0; margin-bottom: 0}
- P.copyright {margin-left: 2em; margin-bottom: 0; margin-top: 0}
+ P.copyright {margin-bottom: 0; margin-top: 0}
+ H2 + P.copyright {margin-top: 1em}
+ DIV.legalnotice P {font-size: 0.8em}
+ DIV.revhistory TR {vertical-align: top}
+ TT {font-family: monospace}
P.about {margin-bottom: 0}
DD P {margin-top: 0}
DD P {margin-bottom: 0}
@@ -159,27 +163,32 @@
LI UL {margin-left: 2em; margin-top: 0.66em}
OL LI UL {list-style-type: disc}
UL LI UL {list-style-type: circle}
- OL LI OL {list-style-type: lower-roman}
+ OL LI OL {list-style-type: lower-alpha}
DD {margin-left: 2em}
DL {margin-top: 0}
DL {margin-bottom: 0}
+ DIV.variablelist DT {margin-top: 1em }
+ DIV.variablelist DD P {margin-top: 0.5em}
+ DIV.variablelist DD UL {margin-top: 0.5em}
+ DIV.variablelist DD LI P {margin-top: 0}
HR.bottom {margin-top: 2ex; margin-bottom: 0}
+ TD {vertical-align: top}
+ TH {vertical-align: top}
+ DIV.table P {margin-top: 0}
TABLE P {margin-bottom: 0; margin-top: 0}
+ TABLE UL {margin-top: 0.66em;}
DIV.toc {margin-bottom: 3ex}
DIV TD {padding-right: 1em; padding-left: 1em; padding-top: 0.5ex; padding-bottom: 0.5ex}
DIV TH {padding-right: 1em; padding-left: 1em; padding-top: 0.5ex; padding-bottom: 0.5ex}
DIV.note TD {padding-left: 0; padding-top: 0}
DIV.note TH {padding-left: 0; padding-top: 0}
- DIV.informaltable table {border-width: 0; border-bottom-width: 3; border-top-width: 3}
- DIV.informaltable THEAD TR {border-bottom: solid; border-left:none; border-right: none; border-top: none}
- DIV.informaltable TH {border-width: 0}
- DIV.infromaltable TD[colspan] {border-width: 0}
- DIV.informaltable TD[rowspan] {border-width: 0}
- DIV.table table {border-width: 0; border-bottom-width: 3; border-top-width: 3}
- DIV.table THEAD TR {border-bottom: solid; border-left:none; border-right: none; border-top: none}
- DIV.table TH {border-width: 0}
- LI DIV.informaltable {margin-top: 1em; margin-bottom: 1em}
+ DIV.informaltable TABLE {border-bottom: solid 3px black}
+ DIV.informaltable TR:FIRST-CHILD {border-top: solid 3px black}
+ DIV.table TR:FIRST-CHILD {border-top: solid 3px black}
+ DIV.table TABLE {border-bottom: solid 3px black}
DIV.revhistory TABLE {border-spacing: 0}
+ LI DIV.informaltable {margin-top: 1em; margin-bottom: 1em}
+ LI DIV.figure P {margin-top: 1em; margin-bottom: 1em}
H1 {font-size: 1.4em}
H2 {font-size: 1.3em; margin-bottom: 0}
H3 {font-size: 1.2em; margin-bottom: 0}