From 57486aeb726bb30056919ebd68c2aca702011ec1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 24 Sep 2007 15:07:58 +0100 Subject: toc, css, distinguish "Document Information (metadata)" link from other links, made smaller --- lib/sisu/v0/html_format_css.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/sisu/v0/html_format_css.rb') diff --git a/lib/sisu/v0/html_format_css.rb b/lib/sisu/v0/html_format_css.rb index 9ef61a02..497e883c 100644 --- a/lib/sisu/v0/html_format_css.rb +++ b/lib/sisu/v0/html_format_css.rb @@ -469,6 +469,9 @@ module SiSU_HTML_Format_type def lev6 lev('h6','toc') end + def lev0 #docinfo + lev('h0','toc') + end end end __END__ -- cgit v1.2.3