summaryrefslogtreecommitdiff
path: root/stylesheets/toc2html.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-12-29 09:28:33 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-12-29 09:28:33 +0000
commit9cfeb0c12bdf91d7e1f5b2227107245476a6481a (patch)
tree3a0f0534042ba9132f34d88700c87d9db3839e6c /stylesheets/toc2html.xsl
parent56323a2e8b555df9e50b36f6edb25c9afbcb75d9 (diff)
downloadyelp-9cfeb0c12bdf91d7e1f5b2227107245476a6481a.tar.gz
- Change chunk behavior to new gnome-doc-utils behavior - Various color
* stylesheets/db2html.xsl.in: - Change chunk behavior to new gnome-doc-utils behavior - Various color and style things that I managed not to commit * stylesheets/toc2html.xsl: - Formatting improvements
Diffstat (limited to 'stylesheets/toc2html.xsl')
-rw-r--r--stylesheets/toc2html.xsl26
1 files changed, 13 insertions, 13 deletions
diff --git a/stylesheets/toc2html.xsl b/stylesheets/toc2html.xsl
index 03985bae..981b2be9 100644
--- a/stylesheets/toc2html.xsl
+++ b/stylesheets/toc2html.xsl
@@ -63,23 +63,23 @@
}
div[class~="rightbar"] {
padding-left: 200px;
+ padding-bottom: 1em;
}
- div[class~="tocs"] { border-top: solid 1px; }
- div[class~="docs"] { border-top: solid 1px; }
- ul {
- margin-left: 16px;
- padding-left: 0px;
- }
+ div[class~="tocs"] { border-top: solid 1px </xsl:text>
+ <xsl:value-of select="$yelp.color.selected0"/><xsl:text>; }
+ div[class~="docs"] { border-top: solid 1px </xsl:text>
+ <xsl:value-of select="$yelp.color.selected0"/><xsl:text>; }
+ ul { margin-left: 0em; padding-left: 0em; }
li {
- margin-top: 0.4em;
- margin-left: 0px;
- padding-left: 0px;
+ margin-top: 0.5em;
+ margin-left: 0em;
+ padding-left: 0em;
font-size: 1.2em;
- list-style-type: square;
+ list-style-type: none;
}
- dl { margin-left: 0px; padding-left: 0px; }
- dt { font-size: 1.2em; margin-top: 0.6em; }
- dd { margin-left: 16px; margin-top: 0.2em; }
+ dl { margin-left: 0em; padding-left: 0em; }
+ dt { font-size: 1.2em; margin-top: 1em; }
+ dd { margin-left: 1em; margin-top: 0.5em; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
</xsl:text></style>