Changeset 14 for style/style.css


Ignore:
Timestamp:
Oct 17, 2007, 7:53:48 PM (17 years ago)
Author:
george
Message:

Oprava: Funkce pro přestavbu cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • style/style.css

    r7 r14  
    1 body {
    2         font-family: Arial, Helvetica, sans-serif;
     1body
     2{
     3  font-family :  Arial, sans-serif;
     4}
     5.BasicTable
     6{
     7  border-width: thin;
     8  border-style: solid;
     9  border-color: red;
     10  padding: 0px 0px 0px 0px;
     11  border-collapse: collapse;
     12}
     13.BasicTable td
     14{
     15  border-width: 2px;
     16  border-style: solid;
     17  border-color: Silver;
     18  padding: 2px;
     19}
     20.BasicTable th
     21{
     22  border-width: 2px;
     23  border-style: solid;
     24  border-color: Silver;
     25  padding: 2px;
     26}
     27h3
     28{
     29  margin-bottom: 3px;
    330}
    431
Note: See TracChangeset for help on using the changeset viewer.