From: larsk Date: Thu, 20 Jun 2013 11:41:58 +0000 (+0100) Subject: Shrink h* fonts (as the ones from warp look too big on the blog) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4bdec51d13f3e4ae9817c36f3f306d7ad6c7d2a0;p=people%2Flarsk%2Fxenproject-org-websites.git Shrink h* fonts (as the ones from warp look too big on the blog) --- diff --git a/theme-blog.xenproject.org/carrington-blog/css/base.css b/theme-blog.xenproject.org/carrington-blog/css/base.css index 5058157..21ed703 100644 --- a/theme-blog.xenproject.org/carrington-blog/css/base.css +++ b/theme-blog.xenproject.org/carrington-blog/css/base.css @@ -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; }