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; }