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.
This commit is contained in:
Sarah Conway
2018-06-01 09:15:07 -07:00
committed by Jonathan S. Katz
parent f13fc8ae9b
commit a01e20616a

View File

@ -747,7 +747,7 @@ th.formfieldnamecontainer {
h3.messages {
text-transform: none;
font-size 1.2em;
font-size: 1.2em;
}
.message-header {