make the periods a style thing
[jkinsey.net.git] / res / style.css
index e1b089307e27c53df134b108096229debc0bec74..cd8a9f130c6a287543156318698e4607f1e87d35 100644 (file)
@@ -79,6 +79,11 @@ article h2::before {
     content: "\2014"; /* emdash */
 }
 
+article h2::after {
+    font-size: 1em;
+    content: ".";
+}
+
 em {
     font-style:italic;
 }