changeset 28 | 0f037986bb6b |
child 30 | 705871ca12e9 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/java/nekurak.net-web/web/styl.css Thu Feb 11 10:06:39 2010 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +table { 1.5 + border: 1px solid gray; 1.6 + border-collapse: collapse; 1.7 +} 1.8 + 1.9 +td { 1.10 + border: 1px solid gray; 1.11 + padding: 2px 4px; 1.12 +} 1.13 + 1.14 +thead { 1.15 + background-color: silver; 1.16 + font-weight: bold; 1.17 +} 1.18 +