Fix a typo that causes inconsistent line heights in the archives.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 3 Jun 2018 17:47:22 +0000 (13:47 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 3 Jun 2018 17:47:22 +0000 (13:47 -0400)
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.

django/media/css/main.css

index 4311fb40c9ebf171a06710f3da2d44cc2187da6a..6221d900c0a66e8de74a323f6d35b82cc9d5395f 100644 (file)
@@ -747,7 +747,7 @@ th.formfieldnamecontainer {
 
 h3.messages {
     text-transform: none;
-    font-size 1.2em;
+    font-size: 1.2em;
 }
 
 .message-header {