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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2019-12-31 09:51:46 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2019-12-31 09:51:46 +0300
commit35bb325c2081a60bc1ed724af1be1156e20a8aee (patch)
tree2e74efc289331a2b510dac7f14f2d83706aa61e8
parentcf91855caa430ecca36b9075abc759d5b5e07a5a (diff)
Enlarge header line spaces
-rw-r--r--layouts/_default/baseof.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 235758e..6e08109 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,10 +7,9 @@
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
<style type="text/css">
body{margin:16px auto;max-width:677px;padding:0 10px;color:#333;line-height:1.6}
-h1,h2,h3{line-height:1.2}
-h1{font-size:160%}
-h2{font-size:120%}
-h3,h4,h5,h6{font-size:100%}
+h1{line-height:2;font-size:160%}
+h2{line-height:1.6;font-size:120%}
+h3,h4,h5,h6{line-height:1.2;font-size:100%}
header{margin:0;padding:0;border-bottom:1px solid #999;line-height:1}
footer{margin:0;padding:10px 0;border-top:1px solid #999;line-height:1;text-align:center}
p,div,table,ul,ol{margin:10px 0}