X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc%2Fstyle.css;h=78d193f48260e12353051e6b22cfc06d58f2d755;hp=82ecca8b46fea4fdd062f92112fbc345a0b2be35;hb=c4f3377b7b6a88cbdab9813584f8891e3397e242;hpb=80ce7950a164d14c61db94dc6d6d1eccef8b32cc diff --git a/doc/style.css b/doc/style.css index 82ecca8..78d193f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -35,7 +35,7 @@ a:hover { text-decoration: underline; } -.command { +kbd { font-family: monospace; } @@ -69,13 +69,13 @@ table.cartouche, table.cartouche th, table.cartouche td { border: none; } -pre.example .command, pre.example .option { +pre.example kbd, pre.example .option { font-weight: bold; background-color: inherit; color: white; } -pre.example strong { +pre.example em { font: inherit; border: 2px solid green; }