voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
08da443daf74a86b31c22857ccc65d38d521db3f
parent
45652fd2cf9d48d7c45ddc92d0a7f78b688273b1
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-11 10:30
strip margin from comments

Diffstat

M static/scss/tree.scss 7 +++++++

1 files changed, 7 insertions, 0 deletions


diff --git a/static/scss/tree.scss b/static/scss/tree.scss

@@ -40,6 +40,13 @@
   40    40 
   41    41 	.comment {
   42    42 		padding: $padding;
   -1    43 
   -1    44 		> :first-child {
   -1    45 			margin-top: 0;
   -1    46 		}
   -1    47 		> :last-child {
   -1    48 			margin-bottom: 0;
   -1    49 		}
   43    50 	}
   44    51 
   45    52 	&.m-self > .body {