[gnome-doc-utils/mallard] [mal2html] Making subsection headers more prominent



commit 8a750ccccb0ebfe3a2fe832e1285925c6bfffe71
Author: Shaun McCance <shaunm gnome org>
Date:   Wed May 6 15:06:06 2009 -0500

    [mal2html] Making subsection headers more prominent
---
 xslt/mallard/html/mal2html-css.xsl |   17 ++++++++---------
 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; }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]