From d4ac43bc7c90127fb3e0e959bc258efa1ca34611 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 7 Apr 2005 10:09:50 +0000 Subject: [PATCH] try small caps git-svn-id: https://svn.dealii.org/trunk@10406 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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; } -- 2.39.5