Remove references to bootstrap collapse and bootstrap responsive. Those may have been obsoleted in Bootstrap 3.x.

This commit is contained in:
Señor Rolando 2013-11-02 14:55:06 +01:00
parent d68dd95381
commit a55860ff13
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,4 @@
//= require jquery
//= require jquery_ujs
//= require bootstrap
//= require bootstrap-collapse
//= require_tree .
// //= require_tree .

View file

@ -22,4 +22,5 @@ $navbarLinkColor: $orangeText;
@import "bootstrap";
body { padding-top: 50px; }
@import "bootstrap-responsive";
// TODO Has this been obsoleted in Bootstrap 3?
// @import "bootstrap-responsive";