From 923ab1a07ee95264305a4a46c7095b8c6cb1ce23 Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 25 Jan 2006 06:47:34 +0000
Subject: [PATCH] Have a little bit of separation between the caption and what
 comes after it.

git-svn-id: https://svn.dealii.org/trunk@12163 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 a1c389102b..d96fb80b39 100644
--- a/deal.II/doc/screen.css
+++ b/deal.II/doc/screen.css
@@ -77,7 +77,7 @@ h1, h2, h3, h4, h5, h6 {
     color: Black;
     background: none;
     font-weight: normal;
-    margin: 0;
+    margin: 0.1em;
     padding-top: 0.5em;
     padding-bottom: 0.17em;
     border-bottom: 1px solid #aaaaaa;
-- 
2.39.5