From: j8takagi Date: Tue, 23 Jul 2013 14:40:39 +0000 (+0900) Subject: Texinfoで生成するHTMLのスタイルを修正 X-Git-Tag: v0.2p16 X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495088942f2e3e5f07012e5e0554a8a999587c10;p=YACASL2.git Texinfoで生成するHTMLのスタイルを修正 --- diff --git a/VERSION b/VERSION index c43e157..d6e0a20 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -v0.2p15 +v0.2p16 diff --git a/doc/style.css b/doc/style.css index 04bfa1f..0fb3a17 100644 --- a/doc/style.css +++ b/doc/style.css @@ -54,6 +54,10 @@ h1.node-heading { display: none; } +h2.contents-heading{ + display: none; +} + h2.shortcontents-heading{ display: none; }