app/assets/stylesheets/settings/mixins/_grid.sass in oulu-0.9.4 vs app/assets/stylesheets/settings/mixins/_grid.sass in oulu-0.9.5

- old
+ new

@@ -7,29 +7,10 @@ // // Set the container width, and override it for fixed navbars in media queries. .container +container-fixed - - @media (min-width: $screen-sm-min) - width: $container-sm - - @media (min-width: $screen-md-min) - width: $container-md - - @media (min-width: $screen-lg-min) - width: $container-lg - - - -// Fluid container -// -// Utilizes the mixin meant for fixed width containers, but without any defined -// width for fluid, full width layouts. - -.container-fluid - +container-fixed - + max-width: $container-max-width // Row // // Rows contain and clear the floats of your columns.