Fixed CSS in the navigation menu in IE. This uses the "* html selector"
[cocanwiki.git] / html / _css / login.css
1 /* Stylesheet for COCANWIKI, derived from EWM.
2  * $Id: login.css,v 1.1 2004/09/07 16:19:43 rich Exp $
3  */
4
5 table.create {
6   empty-cells: show;
7 }
8
9 table.create th {
10   vertical-align: top;
11   text-align: right;
12 }
13
14 table.create td {
15   vertical-align: top;
16 }