]> xenbits.xensource.com Git - people/larsk/xenproject-org-websites.git/commitdiff
Shrink h* fonts (as the ones from warp look too big on the blog)
authorlarsk <lars.kurth@citrix.com>
Thu, 20 Jun 2013 11:41:58 +0000 (12:41 +0100)
committerlarsk <lars.kurth@citrix.com>
Thu, 20 Jun 2013 11:41:58 +0000 (12:41 +0100)
theme-blog.xenproject.org/carrington-blog/css/base.css

index 50581571cf923e69123248d4f1df46c9b4af3aa2..21ed70347ce01232568449c57e861c736c8ac6f4 100644 (file)
@@ -11,6 +11,11 @@ body {
        color: #444;
 }
 
+/* Fonts look too big on the blog */
+h1 { font-size: 26px; line-height: 30px; }
+h2 { font-size: 20px; line-height: 22px; }
+h3 { font-size: 18px; line-height: 20px; }
+h4, h5, h6 { font-size: 16px; line-height: 17px; }
 
 a:hover,
 em, code { color: #d50; }