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

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatsuyoshi <sfbgwm30@gmail.com>2020-02-15 05:08:28 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2020-02-15 05:08:28 +0300
commit78456b7e5ff71a5b6615baa6b22d0b94dbcb04a4 (patch)
tree8f07a8f7c33b1721b8ce663da84cc07ba30db340 /static/css/main.css
parentf5ac8f853dc95f16adc6dca52e2087628a27bf18 (diff)
fix
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 9905608..495b309 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -109,6 +109,7 @@ p {
}
.post-preview {
+ padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
}
@@ -121,15 +122,15 @@ p {
border-bottom: 0;
}
+.postmeta {
+ margin: 10px 0;
+}
+
.blog-tags {
font-family: 'Roboto', Helvetica, sans-serif;
color: #999;
font-size: 15px;
- margin-bottom: 30px;
-}
-
-.blog-tags:before {
- content: "Tags: ";
+ margin: 30px 0;
}
.blog-tags a {
@@ -142,7 +143,7 @@ p {
content: "#";
}
-h4.panel-title > span.badge {
+h4.tag-name > span.badge {
float: right;
}
@@ -359,7 +360,7 @@ footer a {
}
.blog-tags {
- margin-top: 10px;
+ margin: 20px 0;
}
.pager li a {