From cea3ca0f2699548e2a97dcf3d9d86e832bc37c9b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 8 May 2012 21:43:54 -0400 Subject: [PATCH] Basic styling for current version on download page --- download.html | 2 +- style.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/download.html b/download.html index 5d08063..ed23c0d 100644 --- a/download.html +++ b/download.html @@ -1,4 +1,4 @@ -

+

Current Release: () diff --git a/style.css b/style.css index 1e74e79..7c7801e 100644 --- a/style.css +++ b/style.css @@ -199,6 +199,7 @@ a.btn:hover { .btn.go { border: 1px solid #4e9a06; + background-color: rgb(116,210,22); background-image: -webkit-gradient( linear, left bottom, @@ -240,6 +241,32 @@ span.shell-start { font-weight: normal; } +#content .head { + display: block; + width: 100%; + padding: 1em; + margin: -0.5em -1em 1em -1em; + + border-bottom: 1px solid; +} +#content .head.good { + background-color: rgb(116,210,22); + background-image: -webkit-gradient( + linear, + left bottom, + left top, + color-stop(0, rgb(116,210,22)), + color-stop(1, rgb(139,226,52)) + ); + background-image: -moz-linear-gradient( + center bottom, + rgb(116,210,22) 0%, + rgb(139,226,52) 100% + ); + + border-bottom-color: #4e9a06; +} + /** index **/ .btn.download { @@ -272,6 +299,9 @@ span.release-current { span.release-current .version { font-weight: normal; } +span.release-current .date { + font-size: 0.6em; +} /** blog **/