From 42fd1a5a1e9ff652f82102fc81860fc7fecefa57 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 14 Mar 2014 23:52:07 -0400 Subject: [PATCH] Corrected line spacing on current download page header --- download.html | 2 +- style.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/download.html b/download.html index 96798d5..b331113 100644 --- a/download.html +++ b/download.html @@ -1,7 +1,7 @@

Current Release: - () + Released:

diff --git a/style.css b/style.css index 3a6d79a..930b3e1 100644 --- a/style.css +++ b/style.css @@ -334,6 +334,7 @@ a.man:before { /** download **/ span.release-current { font-size: 1.2em; + line-height: 1.2em; font-weight: bold; } @@ -341,7 +342,8 @@ span.release-current .version { font-weight: normal; } span.release-current .date { - font-size: 0.6em; + font-size: 0.9em; + float: right; }