From 90e53f2758897b647953db41780fc3e552eb5592 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 1 Apr 2016 14:54:57 -0400 Subject: [PATCH] Repair missing boldness in strong tag --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 506ba39..017f3a4 100644 --- a/style.css +++ b/style.css @@ -317,6 +317,10 @@ small { font-size: 80%; } +strong { + font-weight: bold; +} + /*---------------------------------------------------------------------------*/ #page.frontpage blockquote h1,