java/nekurak.net-web/web/styl.css
author František Kučera <franta-hg@frantovo.cz>
Thu Feb 18 01:22:22 2010 +0100 (2010-02-18)
changeset 30 705871ca12e9
parent 26 fc3e84d87e01
child 32 2d84736776a9
permissions -rw-r--r--
Základ lokalizace.
     1 body {
     2     font-family: sans-serif;
     3 }
     4 
     5 table {
     6     border: 1px solid gray;
     7     border-collapse: collapse;
     8 }
     9 
    10 td {
    11     border: 1px solid gray;
    12     padding: 2px 4px;
    13 }
    14 
    15 thead {
    16     background-color: silver;
    17     font-weight: bold;
    18 }
    19