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

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6aa39d3..349c9b6 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -2600,6 +2600,11 @@ a.box:active {
font-size: 14px;
}
+.subtitle.tags,
+.subtitle.date {
+ line-height: 1.5em;
+}
+
.subtitle.is-normal {
font-weight: 400;
}
@@ -6879,4 +6884,4 @@ div.subtitle.tags {
.highlight pre {
margin: 0;
-} \ No newline at end of file
+}