From ae7aaf86959f7de9213bc8f5f0fa5308b932a624 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Fri, 9 Aug 2013 07:56:30 +0900 Subject: [PATCH] =?utf8?q?CSS=E3=81=AE=E6=9B=B4=E6=96=B0=E3=80=82=E6=97=A5?= =?utf8?q?=E6=9C=AC=E8=AA=9E=E3=81=A7=E6=96=9C=E4=BD=93=E3=82=92=E4=BD=BF?= =?utf8?q?=E3=82=8F=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 { -- 2.18.0