X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc%2Fstyle.css;h=78d193f48260e12353051e6b22cfc06d58f2d755;hp=42c692e6c7ec85f9ba731b9450d2c12c572388fe;hb=c4f3377b7b6a88cbdab9813584f8891e3397e242;hpb=1c0f534eafd7d910708a8154a1208e25da28f1f2 diff --git a/doc/style.css b/doc/style.css index 42c692e..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,8 +69,13 @@ table.cartouche, table.cartouche th, table.cartouche td { border: none; } -pre.example .command { +pre.example kbd, pre.example .option { font-weight: bold; background-color: inherit; color: white; -} \ No newline at end of file +} + +pre.example em { + font: inherit; + border: 2px solid green; +}