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

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <road2stat@gmail.com>2018-03-12 05:01:24 +0300
committerNan Xiao <road2stat@gmail.com>2018-03-12 05:01:24 +0300
commitee047c39ee5e9b5e77e7b5afaf8d81624eb10680 (patch)
treed0bc8ba366ea89b5c477e6bb5133db3cdfae16ad
parent1e12bf6ad5e8d8f3daebe2435a0fc94c8fa02167 (diff)
update title line-height
-rw-r--r--static/css/style.css23
1 files changed, 1 insertions, 22 deletions
diff --git a/static/css/style.css b/static/css/style.css
index b49c051..f275fc6 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -119,6 +119,7 @@ em,q,em,dfn {
.heading,.serif,h1,h2,h3 {
font-family: "Source Serif Pro", serif;
font-weight: 600;
+ line-height: 120%;
}
strong {
@@ -372,25 +373,3 @@ ul li:before {
font-size: 12px;
}
}
-
-table {
- border-collapse:collapse;
- border-top:1px black solid;
- border-bottom:1px black solid;
- min-width:100%;
-}
-
-th, td {
- padding:0.4em;
-}
-
-th {
- border-bottom:1px black solid;
- font-weight:bold;
-}
-
-tr:nth-child(even) {background: #f7f7f7}
-
-caption {
- font-weight:bold;
-} \ No newline at end of file