From: heister Date: Tue, 19 Feb 2013 16:20:22 +0000 (+0000) Subject: update styles of headers in doxygen documentation to have different styles of h3... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31d26a09b7c43705f100cf438846cabefc2ad2f;p=dealii-svn.git 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 --- 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%; +}