From f992ea11ba71cee9afe586bbd069b4abd42152ac Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 7 Aug 2012 09:38:12 +0200 Subject: [PATCH] styles: Add box-shadow for download button. --- css/index.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/css/index.css b/css/index.css index ff8ad69ff..a70de8701 100644 --- a/css/index.css +++ b/css/index.css @@ -104,12 +104,13 @@ div#downloadbutton { position: relative; width: 8cm; padding: 0.7cm 20px 10px; - margin: 0 15px 0 0; + margin: 0 15px 10px 0; -moz-transition: background-color 0.25s linear 0s; background-color: #272; color: #fff; font-size: 0.35cm; + box-shadow: 3px 3px 3px #555555; } div.showcase div#downloadbutton { float: right; margin: 15px;} div#downloadbutton a, @@ -258,10 +259,6 @@ div#footer { width: 8.2cm; height: 5.7cm; } - - div#downloadbutton { - margin-bottom: 10px; - } } @media screen and (max-width: 18.5cm) {