aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-12-14 12:17:39 +0100
committerAdrian Kummerlaender2014-12-14 12:17:39 +0100
commit73358c95351f199205401702701301225a4cb3a4 (patch)
treecda3a411354b8a33eb9819a82123106922764573
parent299dbbb58f9b6c6c85563bba4d1e43ae514a7949 (diff)
downloadblog.kummerlaender.eu-73358c95351f199205401702701301225a4cb3a4.tar
blog.kummerlaender.eu-73358c95351f199205401702701301225a4cb3a4.tar.gz
blog.kummerlaender.eu-73358c95351f199205401702701301225a4cb3a4.tar.bz2
blog.kummerlaender.eu-73358c95351f199205401702701301225a4cb3a4.tar.lz
blog.kummerlaender.eu-73358c95351f199205401702701301225a4cb3a4.tar.xz
blog.kummerlaender.eu-73358c95351f199205401702701301225a4cb3a4.tar.zst
blog.kummerlaender.eu-73358c95351f199205401702701301225a4cb3a4.zip
Updated CSS to hide unnecessary comment control links
-rw-r--r--source/99_result/main.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/99_result/main.css b/source/99_result/main.css
index 97abadc..4d64279 100644
--- a/source/99_result/main.css
+++ b/source/99_result/main.css
@@ -61,14 +61,17 @@ code{margin:0 .1em;padding:0 .5em;border:.1em solid #e3e8e8;background-color:#f8
#isso-root{padding:1em}
#isso-root a{text-decoration:underline;color:#272828}
#isso-root a:hover{color:black}
+#isso-root .spacer{visibility:hidden}
#isso-root .isso-follow-up{margin-left:2em;padding-top:.5em}
#isso-root .isso-comment{border-top:.3em solid #e3e8e8;margin-bottom:.5em}
#isso-root .isso-comment-header{font-size:.75em;padding:.3em 0 .3em 0}
-#isso-root .isso-comment-header .spacer{visibility:hidden}
#isso-root .isso-comment-header a{text-decoration:none;margin:0 .1em 0 .1em}
#isso-root .isso-comment-header a:hover{text-decoration:underline}
#isso-root .isso-comment-footer{overflow:hidden;font-size:.75em}
#isso-root .isso-comment-footer .reply{float:right}
+#isso-root .isso-comment-footer .edit{display:none}
+#isso-root .isso-comment-footer .downvote{display:none}
+#isso-root .isso-comment-footer .upvote{display:none}
.archiv{margin-top:1em}
.topline{margin-top:.2em;border-top:.1em solid #e3e8e8}
.columns{column-count:2;-moz-column-count:2;-webkit-column-count:2;column-gap:1em;-moz-column-gap:1em;-webkit-column-gap:1em}