source: WAeUP_SRP/trunk/profiles/default/xsl.css @ 3698

Last change on this file since 3698 was 3698, checked in by Henrik Bettermann, 16 years ago
  • Fix object action portlet
  • More profile clean-up
File size: 674 bytes
RevLine 
[3698]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.