From: guido Date: Thu, 7 Apr 2005 10:09:50 +0000 (+0000) Subject: try small caps X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ac43bc7c90127fb3e0e959bc258efa1ca34611;p=dealii-svn.git try small caps git-svn-id: https://svn.dealii.org/trunk@10406 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 9e0b232f7d..aaa56d2815 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -63,8 +63,17 @@ h1, h2, h3, h4, h5, h6 { padding-bottom: 0.17em; border-bottom: 1px solid #aaaaaa; } -h1 { font-size: 175%; } -h2 { font-size: 140%; } + +h1 { + font-size: 175%; + font-variant: small-caps; +} + +h2 { + font-size: 140%; + font-variant: small-caps; +} + h3 { font-size: 125%; padding-bottom: 0.17em; border-bottom: 1px dashed #aaaaaa; }