Remove references to bootstrap collapse and bootstrap responsive. Those may have been obsoleted in Bootstrap 3.x.
This commit is contained in:
parent
d68dd95381
commit
a55860ff13
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require bootstrap
|
||||
//= require bootstrap-collapse
|
||||
//= require_tree .
|
||||
// //= require_tree .
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue