From 25fee40e27017a5ba1f7c7c65b299a4178cc7a74 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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