--- webroot/s/default/xhtml1.css 2003/07/19 03:06:55 1.1 +++ webroot/s/default/xhtml1.css 2003/07/20 07:03:18 1.2 @@ -44,6 +44,12 @@ code.uri { font-size: smaller; } +code.math { + font-family: "Times New Roman", "Times", serif; +} +var { + font-style: italic; +} /* * 言語情報で場合分けするのは正しくないが、現在の CSS @@ -73,6 +79,13 @@ content: none; } +th[scope="row"] { + text-align: left; +} +th[scope="col"] { + text-align: center; +} + /* License Copyright 2003 Wakaba . @@ -94,4 +107,4 @@ */ -/* $Date: 2003/07/19 03:06:55 $ */ +/* $Date: 2003/07/20 07:03:18 $ */