From: kanschat Date: Fri, 10 Nov 2006 05:18:36 +0000 (+0000) Subject: add colors for regression test tables X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063eeec53523cb22f49374f16f370434e077c621;p=dealii-svn.git add colors for regression test tables git-svn-id: https://svn.dealii.org/trunk@14178 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 6888be9476..ec65ca994f 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -207,6 +207,27 @@ td.build { vertical-align: middle; } + +.test4 { + background-color: #20ff20; +} + +.test3 { + background-color: #E0FF00; +} + +.test2 { + background-color: #FFFF00; +} + +.test1 { + background-color: #FF8000; +} + +.test0 { + background-color: #A020FF; +} + .attention { color: #f00080; font-weight: bold;