From: guido Date: Wed, 23 Oct 2002 14:37:26 +0000 (+0000) Subject: black head X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1176af6f48fc99528bef3bda1d506b3ec79ae2f0;p=dealii-svn.git black head git-svn-id: https://svn.dealii.org/trunk@6720 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 5a5eb710a8..253927a354 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -13,6 +13,10 @@ h1 { text-align:center; color:#008000; } +h1.head { text-align:center; + color:black; + } + h2 { color:#a00000; } diff --git a/deal.II/doc/title.html b/deal.II/doc/title.html index 6b41c7e2b6..1493d2c5c0 100644 --- a/deal.II/doc/title.html +++ b/deal.II/doc/title.html @@ -23,9 +23,9 @@ document.open(); if (release != "") { - document.writeln("

The Homepage of deal.II Version "+ release + "

"); + document.writeln("

The Homepage of deal.II Version "+ release + "

"); } else { - document.writeln("

The deal.II Homepage"); + document.writeln("

The deal.II Homepage"); document.writeln(" "); document.writeln(" "); document.writeln(" ");