From e31d26a09b7c43705f100cf438846cabefc2ad2f Mon Sep 17 00:00:00 2001
From: heister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 19 Feb 2013 16:20:22 +0000
Subject: [PATCH] update styles of headers in doxygen documentation to have
 different styles of h3 vs h4

git-svn-id: https://svn.dealii.org/trunk@28466 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/doxygen/deal.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/deal.II/doc/doxygen/deal.css b/deal.II/doc/doxygen/deal.css
index b9cab12825..0df1f74db3 100644
--- a/deal.II/doc/doxygen/deal.css
+++ b/deal.II/doc/doxygen/deal.css
@@ -5,3 +5,10 @@ table.tutorial {
     padding: 5px;
     font-size: 95%;
 }
+h3 {
+        font-size: 120%;
+        text-decoration:underline;
+}
+h4 {
+	font-size: 100%;
+}
-- 
2.39.5