From 5a383e03d8a101950ed3fc663b109637719243d7 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 7 Mar 2013 12:30:47 +0000 Subject: [PATCH] Make h2 headings distinguishable git-svn-id: https://svn.dealii.org/branches/branch_cmake@28785 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 44570bcb91..65610cf281 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -88,10 +88,11 @@ h1 { } h2 { - font-size: 144%; + font-size: 150%; } -h3 { font-size: 120%; +h3 { font-size: 140%; + padding-top: 1.5em; padding-bottom: 0.17em; border-bottom: 1px dashed #aaaaaa; } h4 { font-size: 110%; -- 2.39.5