Line | |
---|
1 | table { |
---|
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 | } |
---|
9 | table 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 | } |
---|
18 | table 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.