From 4b87f8c9f39eb7829339b25882c18ea78df8ba78 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 31 May 2014 23:29:49 +0900 Subject: [PATCH] =?utf8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?= =?utf8?q?=E3=83=88=E3=81=AE=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=B7?= =?utf8?q?=E3=83=BC=E3=83=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit コマンドやプログラムを枠線で囲むように。また、目次の不要な・を表示しないように --- doc/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; -- 2.18.0