Browse Source

Line height on headers to avoid cut off descenders

Jakob Borg 10 years ago
parent
commit
594918dd3c
2 changed files with 2 additions and 1 deletions
  1. 1 0
      gui/assets/css/overrides.css
  2. 1 1
      lib/auto/gui.files.go

+ 1 - 0
gui/assets/css/overrides.css

@@ -14,6 +14,7 @@ body {
 
 h1, h2, h3, h4, h5 {
     font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    line-height: 1.25;
 }
 
 ul+h5 {

File diff suppressed because it is too large
+ 1 - 1
lib/auto/gui.files.go


Some files were not shown because too many files changed in this diff