X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=css%2Fmain.scss;h=824ee505b596eed1bac691986051183ea6def3c8;hp=c8782244dce4d7ce26395af972b6695bd22fe3db;hb=d8778b6587a870f5eb36b5fd5e98297957adf429;hpb=f32a9440b9055001ef3749999eaf3b4d7974932c diff --git a/css/main.scss b/css/main.scss index c878224..824ee50 100644 --- a/css/main.scss +++ b/css/main.scss @@ -1,6 +1,8 @@ // https://github.com/necolas/normalize.css @import "normalize"; @import "common"; +@import "subscribe-char"; +@import "code-highlight"; .cc-by-sa { // It sits too high by default. @@ -12,7 +14,7 @@ margin: 50px 0; } -div.comment { +.comment { // whitespace doesn't cut it to differentiate multiple comments, // so use a line border-top-color: $comment-br-color; @@ -52,17 +54,15 @@ input { } // if this is filled out, we can assume it's spam. common tactic. -input.misc { +.misc-comment-input { display: none; } - textarea { // make the comment box be full width width: 100%; } - ul { // i dun like the default bullet points list-style-type: none; @@ -80,16 +80,10 @@ body { line-height: 1.5; // default is too scrunched } -// alternative to a
. 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 { @@ -182,5 +176,3 @@ a:visited { color: $link-visited-color; } -@import "subscribe-char"; -@import "code-highlight";