X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstyle.css;h=a163694af1f06d35afddfad6f0cf34575c45e563;hb=ae7aaf86959f7de9213bc8f5f0fa5308b932a624;hp=0fb3a176878da70be39bd6737df1e05416f24798;hpb=495088942f2e3e5f07012e5e0554a8a999587c10;p=YACASL2.git diff --git a/doc/style.css b/doc/style.css index 0fb3a17..a163694 100644 --- a/doc/style.css +++ b/doc/style.css @@ -106,14 +106,20 @@ kbd { font-family: monospace; } +em { + font-weight: bold; + font-style: normal; +} + kbd, code, .file { margin-left:0.5em; margin-right: 0.5em; } table, th, td { - border: 1px solid #CCC; + border: 1px solid #888; border-collapse: collapse; /* 枠線の表示方法 */ + margin-bottom: 1em; } table.cartouche, table.cartouche th, table.cartouche td {