summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-05-06 15:06:06 -0500
committerShaun McCance <shaunm@gnome.org>2009-05-06 15:06:06 -0500
commit8a750ccccb0ebfe3a2fe832e1285925c6bfffe71 (patch)
treeb342e885d51f1bbccb1a5a461fe3ce09faa6fefb /xslt
parentc85366f7e4f5a1703daa099df32f605684745b2f (diff)
downloadgnome-doc-utils-8a750ccccb0ebfe3a2fe832e1285925c6bfffe71.tar.gz
[mal2html] Making subsection headers more prominent
Diffstat (limited to 'xslt')
-rw-r--r--xslt/mallard/html/mal2html-css.xsl17
1 files changed, 8 insertions, 9 deletions
diff --git a/xslt/mallard/html/mal2html-css.xsl b/xslt/mallard/html/mal2html-css.xsl
index e33d48d..39d570a 100644
--- a/xslt/mallard/html/mal2html-css.xsl
+++ b/xslt/mallard/html/mal2html-css.xsl
@@ -160,16 +160,15 @@ div.header {
</xsl:call-template>
<xsl:text>;
}
+h1 {
+ font-size: 1.44em;
+ margin: 0;
+}
+h2, h3, h4, h5, h6, h7 {
+ font-size: 1.2em;
+ margin: 0;
+}
table { border-collapse: collapse; }
-div.section div.section div.header { border: none; }
-h1, h2, h3, h4, h5, h6, h7 { margin: 0; }
-h1.title { font-size: 1.44em; }
-h2.title { font-size: 1.2em; }
-h3.title { font-size: 1em; }
-h4.title { font-size: 1em; }
-h5.title { font-size: 1em; }
-h6.title { font-size: 1em; }
-h7.title { font-size: 1em; }
div.autolinks ul { margin: 0; padding: 0; }
div.autolinks div.title { margin: 1em 0 0 1em; }