vendor/twitter/bootstrap/sass/_layouts.scss in bootstrap-generators-2.0.4 vs vendor/twitter/bootstrap/sass/_layouts.scss in bootstrap-generators-2.1.1

- old
+ new

@@ -1,9 +1,8 @@ // // Layouts -// Fixed-width and fluid (with sidebar) layouts -// -------------------------------------------- +// -------------------------------------------------- // Container (centered, fixed-width layouts) .container { @include container-fixed(); @@ -12,6 +11,6 @@ // Fluid layouts (left aligned, with sidebar, min- & max-width content) .container-fluid { padding-right: $gridGutterWidth; padding-left: $gridGutterWidth; @include clearfix(); -} \ No newline at end of file +}