Rewrite experience, misc tweaks
[jkinsey.net.git] / res / style.css
index cd8a9f130c6a287543156318698e4607f1e87d35..803443d98e1f55d4854d1f247c86acc3db824691 100644 (file)
@@ -66,24 +66,12 @@ header nav ul li a:hover, header nav ul li a.selected {
 article {
     width: 700px;
     margin: 0 auto;
-    /* padding: 16px 0px 16px 0px; */
 }
 
 article h2 {
-    /* padding: 8px 0px 8px 0px; */
     font-size: 1.2em;
 }
 
-article h2::before {
-    font-size: 1em;
-    content: "\2014"; /* emdash */
-}
-
-article h2::after {
-    font-size: 1em;
-    content: ".";
-}
-
 em {
     font-style:italic;
 }
@@ -116,4 +104,11 @@ a, p, h1, h2, li, summary {
 
 article details summary {
     margin: 8px 0px 8px 0px;
+    font-weight: bold;
+    display: flex;
+}
+
+article details summary em {
+    text-align: right;
+    flex-grow: 1;
 }