source: WAeUP_SRP/uniben/profiles/default/xsl.css @ 3221

Last change on this file since 3221 was 1403, checked in by joachim, 18 years ago

more documentation and xsl

File size: 674 bytes
Line 
1table {
2        border-width: 1px 1px 1px 1px;
3        border-spacing: 2px;
4        border-style: outset outset outset outset;
5        border-color: gray gray gray gray;
6        border-collapse: collapse;
7        background-color: transparent;
8}
9table th {
10        border-width: thin thin thin thin;
11        padding: 2px 2px 2px 2px;
12        border-style: solid solid solid solid;
13        border-color: gray gray gray gray;
14        background-color: transparent;
15        -moz-border-radius: 0px 0px 0px 0px;
16        text-align: left;
17}
18table td {
19        border-width: thin thin thin thin;
20        padding: 2px 2px 2px 2px;
21        border-style: solid solid solid solid;
22        border-color: gray gray gray gray;
23        background-color: transparent;
24        -moz-border-radius: 0px 0px 0px 0px;
25}
Note: See TracBrowser for help on using the repository browser.