From a01e20616a6c9b5e498252b7b5fc13171446b6e2 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Fri, 1 Jun 2018 09:15:07 -0700 Subject: [PATCH] Fix a typo that causes inconsistent line heights in the archives. A typo caused the h3.messages class to be larger than the h1.subject class that was apparent when reading the archives. This makes both the CSS valid as well as brings a better user experience. --- media/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/main.css b/media/css/main.css index 4311fb40..6221d900 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -747,7 +747,7 @@ th.formfieldnamecontainer { h3.messages { text-transform: none; - font-size 1.2em; + font-size: 1.2em; } .message-header { -- 2.11.4.GIT