From 063eeec53523cb22f49374f16f370434e077c621 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 10 Nov 2006 05:18:36 +0000 Subject: [PATCH] add colors for regression test tables git-svn-id: https://svn.dealii.org/trunk@14178 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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; -- 2.39.5