X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstyle.css;h=d6260609693ba95d27774af6bed152cbfc0c9bd9;hb=07c8372e461f220c93bec14ffc4b5808442c3670;hp=9cb0659e3a9772d9eef452c6b99df1bd379d76ed;hpb=a647b5b368eddbdf04de62227060cb0cc26a47a3;p=YACASL2.git diff --git a/doc/style.css b/doc/style.css index 9cb0659..d626060 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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; +}