X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstyle.css;h=acedfa40fbe0081b31f224a1254eb3bb77921fc1;hb=df3941c7355d0427cbf9f869802400b0cf05e27f;hp=20360852a54ad453ca70e7e4881e051c2c7ecda2;hpb=f89130a2cdd8893e1ac379b6e10ec97b7d27ae7d;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;