From 871fe5e12cf15e9ead3c317d7c9754effaee2beb Mon Sep 17 00:00:00 2001 From: dhg Date: Thu, 11 Dec 2014 12:33:22 -0800 Subject: [PATCH] fixing the typo of skeleton.css in gh-pages too. Gotta learn how to create a working dev branch and merge between master and gh-pages --- dist/css/skeleton.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/css/skeleton.css b/dist/css/skeleton.css index 0db8df9..2cd5d2b 100644 --- a/dist/css/skeleton.css +++ b/dist/css/skeleton.css @@ -329,7 +329,6 @@ p { margin-top: 0; } - /* Utilities –––––––––––––––––––––––––––––––––––––––––––––––––– */ .u-full-width { @@ -370,7 +369,7 @@ hr { /* Note: The best way to structure the use of media queries is to create the queries near the relevant code. For example, if you wanted to change the styles for buttons -on small devices, paste the mobile query code up in the buttons secion and style it +on small devices, paste the mobile query code up in the buttons section and style it there. */