From 509af41c04084bb0ed467d137efb4aeb68d25a05 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 11 Dec 2014 14:45:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7570 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/common/rsc/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/common/rsc/custom.css b/doc/common/rsc/custom.css index 769d2127c..6fb69608e 100644 --- a/doc/common/rsc/custom.css +++ b/doc/common/rsc/custom.css @@ -32,6 +32,18 @@ h3.groupheader { font-size: 100%; } +h1 { + font-size: 150%; +} + +h2 { + font-size: 120%; +} + +h3 { + font-size: 120%; +} + h1, h2, h3, h4, h5, h6 { -webkit-transition: text-shadow 0.5s linear; -moz-transition: text-shadow 0.5s linear; -- cgit v1.2.3