java/SpringDemo1/SpringDemo1-war/web/styl.css
author František Kučera <franta-hg@frantovo.cz>
Thu Feb 11 23:16:43 2010 +0100 (2010-02-11)
changeset 6 0ae95f929a1a
permissions -rw-r--r--
Mikeš.
     1 table {
     2     border: 1px solid gray;
     3     border-collapse: collapse;
     4 }
     5 
     6 td {
     7     border: 1px solid gray;
     8     padding: 2px 4px;
     9 }
    10 
    11 thead {
    12     background-color: silver;
    13     font-weight: bold;
    14 }
    15