ドキュメントのスタイルシートを修正
authorj8takagi <j8takagi@nifty.com>
Sat, 31 May 2014 14:29:49 +0000 (23:29 +0900)
committerj8takagi <j8takagi@nifty.com>
Sat, 31 May 2014 14:37:48 +0000 (23:37 +0900)
コマンドやプログラムを枠線で囲むように。また、目次の不要な・を表示しないように

doc/style.css

index 2036085..acedfa4 100644 (file)
@@ -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;