Skip to content

Commit

Permalink
[#2101] Fix bootstrap compiling with less 2.x+
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Dec 5, 2014
1 parent 0fef8f5 commit 133f65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/vendor/bootstrap/less/navbar.less
Expand Up @@ -196,7 +196,7 @@
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
#grid > .core > .span(@gridColumns);
width: (@gridColumnWidth * @gridColumns) + (@gridGutterWidth * (@gridColumns - 1));
}

// Fixed to top
Expand Down

0 comments on commit 133f65e

Please sign in to comment.