From: j8takagi Date: Sat, 31 May 2014 14:29:49 +0000 (+0900) Subject: ドキュメントのスタイルシートを修正 X-Git-Tag: v0.2p29~1 X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=4b87f8c9f39eb7829339b25882c18ea78df8ba78;hp=d5dbc2cdf931905a4474f7b3b3eaf4c3cb683cf9;p=YACASL2.git ドキュメントのスタイルシートを修正 コマンドやプログラムを枠線で囲むように。また、目次の不要な・を表示しないように --- diff --git a/doc/style.css b/doc/style.css index 2036085..acedfa4 100644 --- a/doc/style.css +++ b/doc/style.css @@ -33,6 +33,7 @@ h2 { .contents { background-color: #DDF; border: 4px double #000; + padding: 0.5em 1em 0.5em 1em; } .contents h2 { @@ -41,6 +42,10 @@ h2 { background-color: #DDF; } +.contents li { + list-style-type: none; +} + .shortcontents { background-color: #DDF; border: 4px double #000; @@ -88,7 +93,7 @@ a:hover { pre.example, pre.verbatim { padding: 0.5em 1em 0.5em 1em; - font-size: 90%; + border: 1px solid #CCC; } a { @@ -103,7 +108,6 @@ blockquote { kbd, code, .file, var { font-style: normal; font-family: monospace; - font-size: 90%; margin-left:0.5em; margin-right: 0.5em; } @@ -122,7 +126,6 @@ pre.example .command, pre.example .option, pre.example kbd { font-weight: bold; font-family: monospace; background-color: inherit; - color: white; font-style: normal; margin-left:0; margin-right: 0;