From b3e59f5b7c6e45fcd2a67fdfc4c478421139d22b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 7 May 2012 00:47:02 -0400 Subject: [PATCH] Ever-so-slight download button adjustment Upper margin was too large (was bugging me terribly) --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index cf028ba..1438f14 100644 --- a/style.css +++ b/style.css @@ -241,11 +241,11 @@ span.shell-start { /** index **/ .btn.download { float: right; - margin-top: 0.8em; + margin-top: 0.6em; } .btn.download .note { - font-size: 0.4em; + font-size: 0.4em; font-style: italic; }