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