From 3820f4bae971fba713bba329e3eeed5c19fff1ca Mon Sep 17 00:00:00 2001 From: Nathan Cahill Date: Mon, 15 Dec 2014 12:52:42 -0700 Subject: [PATCH] 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. --- css/skeleton.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index 244e2f2..a01db20 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -338,9 +338,9 @@ p { max-width: 100%; box-sizing: border-box; } .u-pull-right { - float: right; } + float: right !important; } .u-pull-left { - float: left; } + float: left !important; } /* Misc