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=8a83577b93c71ff52db7ad5df032bfd1b44745f1;hpb=80a7b6329c3177a0e4050d88406b0bd12fa66ac4;ds=sidebyside 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; }