git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / outline_table_cells.css
1 table
2 {
3 border-collapse: separate !important;
4 }
5
6 td, th
7 {
8 border: 1px solid #ff0000 !important;
9 }
10
11 table table td, table table th
12 {
13 border-color: #00ff00 !important;
14 }
15
16 table table table td, table table table th
17 {
18 border-color: #0000ff !important;
19 }
20
21 table table table table td, table table table table th
22 {
23 border-color: #ff0000 !important;
24 }
25
26 table table table table table td, table table table table table th
27 {
28 border-color: #00ff00 !important;
29 }
30
31 table table table table table table td, table table table table table table th
32 {
33 border-color: #0000ff !important;
34 }