fixes issues with bootstrap2 navbar and less2 syntax

This commit is contained in:
Per Ploug
2017-01-07 01:27:26 +01:00
parent ee9deacf92
commit cc3355b1f9

View File

@@ -193,10 +193,10 @@
// Reset container width
// Required here as we reset the width earlier on and the grid mixins don't override early enough
.navbar-static-top .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
#grid > .core > .span(@gridColumns);
.navbar-fixed-bottom .container {
width: (@gridColumnWidth * @gridColumns) + (@gridGutterWidth * (@gridColumns - 1));
}
// Fixed to top