Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/staticman.css')
-rw-r--r--assets/css/staticman.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/staticman.css b/assets/css/staticman.css
index 89c5edc..b801e9c 100644
--- a/assets/css/staticman.css
+++ b/assets/css/staticman.css
@@ -62,11 +62,11 @@
margin-left: 1.5rem;
}
-.staticman-comments .reply-target::before {
+.staticman-comments .static-comment-reply .comment-author::after {
content: ' ↷ ';
}
-.staticman-comments p.reply-notice img.comment-avatar {
+.staticman-comments .reply-notice .comment-avatar {
display: inline-block;
float: none;
width: 2rem;
@@ -74,12 +74,12 @@
margin: 0 .6rem;
}
-.staticman-comments a.close-btn {
+.staticman-comments .close-btn {
margin: 0 .6rem;
color: #c34853;
}
-.staticman-comments a.close-btn:hover {
+.staticman-comments .close-btn:hover {
text-decoration: none;
}
@@ -88,6 +88,6 @@
cursor: not-allowed;
}
-.staticman-comments .js-notice .hidden, .staticman-comments input[type="submit"].hidden, .staticman-comments p.reply-notice.hidden {
+.staticman-comments .js-notice .hidden, .staticman-comments input[type="submit"].hidden, .staticman-comments .reply-notice.hidden {
display: none;
}