From 4eaef13f0b8001a2f8cfe49b2a4ad02a24e4fb88 Mon Sep 17 00:00:00 2001 From: James Crook Date: Tue, 21 Nov 2017 19:38:40 +0000 Subject: [PATCH] Fix small sub sub headings in local copy of manual. --- scripts/mw2html_audacity/303.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mw2html_audacity/303.css b/scripts/mw2html_audacity/303.css index 28a6f0586..d058c87ac 100644 --- a/scripts/mw2html_audacity/303.css +++ b/scripts/mw2html_audacity/303.css @@ -156,7 +156,7 @@ h3, h4, h5, h6 { border-bottom: none; font-weight: bold; } -h3 { font-size: 90%; } +h3 { font-size: 130%; } h3 .editsection { font-size: 94.1%; } h4 { font-size: 116%; } h4 .editsection { font-size: 97.0%; }