java/SpringDemo1/SpringDemo1-war/web/styl.css
changeset 5 7cf0cbef2936
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/SpringDemo1/SpringDemo1-war/web/styl.css	Wed Feb 10 23:11:38 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 +