From: j8takagi Date: Sun, 14 Jul 2013 04:12:57 +0000 (+0900) Subject: HTMLドキュメントのオーバービューのスタイルを変更 X-Git-Tag: v0.2p12 X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.2p12 HTMLドキュメントのオーバービューのスタイルを変更 --- diff --git a/VERSION b/VERSION index 9fdbbae..26a5142 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2p11 +v0.2p12 diff --git a/doc/style.css b/doc/style.css index da2f969..04bfa1f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -20,6 +20,10 @@ h1, h2 { background-color: #DDF; } +table.menu, table.menu th, table.menu td { + border-style: none; +} + h2 { padding: 0.25em; color: white;