Add !important to u-pull-left and u-pull-right

Using `.u-pull-right` with `.columns` results in `float: left` because `.container .columns` is more specific.
This commit is contained in:
Nathan Cahill 2014-12-15 12:52:42 -07:00
parent 8cadd4ae92
commit 3820f4bae9

4
css/skeleton.css vendored
View File

@ -338,9 +338,9 @@ p {
max-width: 100%; max-width: 100%;
box-sizing: border-box; } box-sizing: border-box; }
.u-pull-right { .u-pull-right {
float: right; } float: right !important; }
.u-pull-left { .u-pull-left {
float: left; } float: left !important; }
/* Misc /* Misc