X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=doc%2Fwebdeveloper%2Fstylesheets%2Foutline_table_cells.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Foutline_table_cells.css;h=88e205d0fb46705cbf114a958089c8f72a470975;hb=c3b0deb3d8c9f439739c79806e915c29bc1d4b84;hp=0000000000000000000000000000000000000000;hpb=cff6539539a79e014f6ac8df46716cafce2c8472;p=pompage.git diff --git a/doc/webdeveloper/stylesheets/outline_table_cells.css b/doc/webdeveloper/stylesheets/outline_table_cells.css new file mode 100644 index 0000000..88e205d --- /dev/null +++ b/doc/webdeveloper/stylesheets/outline_table_cells.css @@ -0,0 +1,34 @@ +table +{ + border-collapse: separate !important; +} + +td, th +{ + border: 1px solid #ff0000 !important; +} + +table table td, table table th +{ + border-color: #00ff00 !important; +} + +table table table td, table table table th +{ + border-color: #0000ff !important; +} + +table table table table td, table table table table th +{ + border-color: #ff0000 !important; +} + +table table table table table td, table table table table table th +{ + border-color: #00ff00 !important; +} + +table table table table table table td, table table table table table table th +{ + border-color: #0000ff !important; +}