java/nekurak.net-web/web/styl.css
author František Kučera <franta-hg@frantovo.cz>
Thu Feb 11 10:07:38 2010 +0100 (2010-02-11)
changeset 29 48dedc9654f2
child 30 705871ca12e9
permissions -rw-r--r--
Added tag 4. díl for changeset 0f037986bb6b
     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