Skip to content

Commit

Permalink
added important to floats
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Jan 7, 2015
1 parent bc7498c commit 93ead3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bin/materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions css/ghpages-materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions sass/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ span.badge {
}

.left {
float: left;
float: left !important;
}
.right {
float: right;
float: right !important;
}

// No Text Select
Expand Down

0 comments on commit 93ead3c

Please sign in to comment.