From c6451349d040a95cd89b00799b65f1b8e27c50e4 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 4 May 2016 21:01:13 +0300 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index dab056d..ae6c527 100644 --- a/index.html +++ b/index.html @@ -243,6 +243,7 @@ color: #000; background: #fff; padding: 0.563em 0.688em 0.563em 0.688em; + margin: 0 0 1.625em 0; border-radius: 0.250em; display: block; width: 100%; @@ -252,7 +253,7 @@ input { margin: 0 0 1.500em 0; } - button, #downloads a { + button { font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1.000em; text-transform: uppercase; @@ -260,11 +261,10 @@ background: none; border: #fff solid 1px; padding: 0.500em 0.625em 0.500em 0.688em; - margin: 1.625em 0 0 0; border-radius: 0.313em; cursor: pointer; } - button:hover, button:focus, #downloads a:hover, #downloads a:focus { + button:hover, button:focus { background: rgba(255,255,255,.05); } /* Downloads */