From: guido Date: Tue, 29 Mar 2005 20:30:27 +0000 (+0000) Subject: images in classes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac8616ec52b25ffcf570bfcbef14dac223f30a2;p=dealii-svn.git images in classes git-svn-id: https://svn.dealii.org/trunk@10296 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 3eb1a90913..4a82e2ffc7 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -1,7 +1,16 @@ -body { background-image: none; - background-color: white; - } +body { + background-image: none; + background-color: white; +} + +body.title { + background-image: url(pictures/title-background.jpg); +} + +body.navbar { + background-image: url(pictures/deal.II-text.jpg); +} frameset { background-color: white; border-color: white;