fix comment formatting regression from safe markup
[iankelling.org] / css / main.scss
index c8782244dce4d7ce26395af972b6695bd22fe3db..7c7e4a23206f6754d978c9f3fcb84538fa20b9d1 100644 (file)
@@ -80,16 +80,10 @@ body {
   line-height: 1.5; // default is too scrunched
 }
 
-// alternative to a <br>. whatever.
-// https://stackoverflow.com/questions/7363766/how-to-insert-a-line-break-before-an-element-using-css
-.comment-date::before {
-  content: "\A";
-}
-
 .comment-date {
   color: $comment-date-color;
   font-size: 15px;
-  white-space: pre;
+  margin-top: 0;
 }
 
 .post-date {