From: Guido Kanschat Date: Tue, 22 Oct 2002 13:44:32 +0000 (+0000) Subject: red for h2? X-Git-Tag: v8.0.0~17276 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3780c2f347cb947caad296540ce47368d22dd2ab;p=dealii.git red for h2? git-svn-id: https://svn.dealii.org/trunk@6710 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 3a771e1ad5..5a5eb710a8 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -13,6 +13,9 @@ h1 { text-align:center; color:#008000; } +h2 { color:#a00000; + } + td { vertical-align: top; } dt { font-weight: bold; }