perl: resize date subtitles to normal
[sheet.git] / base.css
index f4a494397a55e6b5b3383f6ed4bcd53176171e92..6f34ef15ef0fd9084760593d57d0672f7a1fca6e 100644 (file)
--- a/base.css
+++ b/base.css
@@ -123,8 +123,13 @@ h1 small,
 h2 small {
        position: absolute; /* side note; do not influence alignment */
        margin-left: 1em;
-       font-size: 80%;
-       line-height: 175%;
+       font-weight: normal;
+       font-size: 50%; /* 1rem */
+       padding-top: 1.75ex; /* align baseline with container */
+}
+h2 small {
+       font-size: 90.9%;
+       padding-top: .17ex;
 }
 
 dl > dt {