From: maier Date: Thu, 7 Mar 2013 12:30:47 +0000 (+0000) Subject: Make h2 headings distinguishable X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a383e03d8a101950ed3fc663b109637719243d7;p=dealii-svn.git Make h2 headings distinguishable git-svn-id: https://svn.dealii.org/branches/branch_cmake@28785 0785d39b-7218-0410-832d-ea1e28bc413d --- 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%;