From d85ad65581088750f532e6b7e39fdcdb1871d81f Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 8 Apr 2005 17:36:38 +0000 Subject: [PATCH] blue background git-svn-id: https://svn.dealii.org/trunk@10438 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index eb1e40bf0d..fde7ca90a5 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -1,7 +1,7 @@ body { background-image: none; - background-color: white; + background-color: #D0D8E0; color: Black; margin: 10px; padding: 0; -- 2.39.5