From ca58d70c3c0b84f753b5e43a0feafc12e4d97141 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Tue, 21 Apr 2020 17:32:39 +0000
Subject: [PATCH] 🙌 Added features and additional documentation
---
static/css/style.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/css/style.css b/static/css/style.css
index 57a37b2..e18e947 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -547,7 +547,7 @@
cursor: pointer;
}
-/* 评论样式 */
+/* Comments */
.comment-count {
color: #666;
}
@@ -567,12 +567,12 @@
float: left;
}
-/* 默认评论样式 */
+/* Facebook Comments */
#fb_comments_container {
margin: 30px;
}
-/* 按钮样式 */
+/* Buttons */
a.btn {
color: #868686;
font-weight: 400;
@@ -631,7 +631,7 @@
padding: 6px 12px;
}
-/* Menu样式 */
+/* Menu */
.menu {
float: right;
padding-top: 30px;
--
Gitblit v1.10.0