From 4fb7ffdcac7086031af962c39709e16b1e40b60e Mon Sep 17 00:00:00 2001 From: Pepijn de Geus Date: Thu, 28 Feb 2013 11:20:25 +0100 Subject: [PATCH] Fix custom bold text. --- src/main/html/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/html/css/screen.css b/src/main/html/css/screen.css index c6a5ff7e..21c91ef4 100644 --- a/src/main/html/css/screen.css +++ b/src/main/html/css/screen.css @@ -55,6 +55,10 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, display: block; } +b, strong { + font-weight: bold; +} + h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }