emタグのスタイルを変更
[YACASL2.git] / doc / style.css
index 9cb0659..d626060 100644 (file)
@@ -143,7 +143,13 @@ pre.example strong {
     border: 2px solid green;
 }
 
-th, em {
+pre.example em {
+    font-size: 100%;
+    font-style: normal;
+    font-weight: bold;
+}
+
+th {
     font-style: normal;
     font-weight: bold;
     font-family: sans-serif;
@@ -160,3 +166,8 @@ dfn {
 .header, .menu {
     display: none;
 }
+
+em {
+    font-style: normal;
+    font-weight: bold;
+}