From 93ead3c5df8f9555456958a0b84b2ae03a07086f Mon Sep 17 00:00:00 2001 From: Chang Alan Date: Wed, 7 Jan 2015 16:08:27 -0500 Subject: [PATCH] added important to floats --- bin/materialize.css | 4 ++-- css/ghpages-materialize.css | 4 ++-- sass/components/_global.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/materialize.css b/bin/materialize.css index a20be6d70c..c8f31c8f61 100644 --- a/bin/materialize.css +++ b/bin/materialize.css @@ -2225,10 +2225,10 @@ span.badge { text-align: center; } .left { - float: left; } + float: left !important; } .right { - float: right; } + float: right !important; } .no-select, input[type=range], input[type=range] + .thumb { -webkit-touch-callout: none; diff --git a/css/ghpages-materialize.css b/css/ghpages-materialize.css index 2ca8e06504..ccdb8fb849 100644 --- a/css/ghpages-materialize.css +++ b/css/ghpages-materialize.css @@ -2225,10 +2225,10 @@ span.badge { text-align: center; } .left { - float: left; } + float: left !important; } .right { - float: right; } + float: right !important; } .no-select, input[type=range], input[type=range] + .thumb { -webkit-touch-callout: none; diff --git a/sass/components/_global.scss b/sass/components/_global.scss index 08f711183f..ae44ca48e5 100644 --- a/sass/components/_global.scss +++ b/sass/components/_global.scss @@ -406,10 +406,10 @@ span.badge { } .left { - float: left; + float: left !important; } .right { - float: right; + float: right !important; } // No Text Select