styles: Add box-shadow for download button.

This commit is contained in:
Marcel Klehr 2012-08-07 09:38:12 +02:00
parent f18b9afc0b
commit f992ea11ba

View file

@ -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) {