From 5657a950c8a4a0ce19c73c80d9f35919bc0f9b9d Mon Sep 17 00:00:00 2001 From: Juan Ruiz Echazu Date: Tue, 25 Feb 2014 13:09:02 -0300 Subject: [PATCH] download button was being displayed on windows --- css/_beta.scss | 2 +- css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_beta.scss b/css/_beta.scss index c15303f..4d42b97 100644 --- a/css/_beta.scss +++ b/css/_beta.scss @@ -26,7 +26,7 @@ .soon #links .download, .soon #features .action { - display: none; + display: none !important; } .soon #links .social { diff --git a/css/style.css b/css/style.css index c3545b4..f11e412 100755 --- a/css/style.css +++ b/css/style.css @@ -3136,7 +3136,7 @@ h5 { .soon #links .download, .soon #features .action { - display: none; } + display: none !important; } .soon #links .social { margin: 0 10px; }