From: j8takagi <j8takagi@nifty.com>
Date: Thu, 8 Aug 2013 22:56:30 +0000 (+0900)
Subject: CSSの更新。日本語で斜体を使わないように
X-Git-Tag: v0.2p28~3
X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae7aaf86959f7de9213bc8f5f0fa5308b932a624;p=YACASL2.git

CSSの更新。日本語で斜体を使わないように
---

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  {