diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..d207ef6 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -359,15 +359,15 @@ form { /* Utilities –––––––––––––––––––––––––––––––––––––––––––––––––– */ -.u-full-width { +.util-full-width { width: 100%; box-sizing: border-box; } -.u-max-full-width { +.util-max-full-width { max-width: 100%; box-sizing: border-box; } -.u-pull-right { +.util-pull-right { float: right; } -.u-pull-left { +.util-pull-left { float: left; } @@ -386,7 +386,7 @@ hr { /* Self Clearing Goodness */ .container:after, .row:after, -.u-cf { +.util-cf { content: ""; display: table; clear: both; }