CSSの更新。日本語で斜体を使わないように
[YACASL2.git] / doc / style.css
index 04bfa1f..a163694 100644 (file)
@@ -54,6 +54,10 @@ h1.node-heading {
     display: none;
 }
 
+h2.contents-heading{
+    display: none;
+}
+
 h2.shortcontents-heading{
     display: none;
 }
@@ -102,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  {