freeze bootstrap in version v2.3.2
This commit is contained in:
parent
38c27a23f5
commit
dc07e5f394
48 changed files with 6197 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require select2-full
|
||||
//= require twitter/bootstrap
|
||||
//= require bootstrap.min
|
||||
//= require jquery.tokeninput
|
||||
//= require bootstrap-datepicker/core
|
||||
//= require bootstrap-datepicker/locales/bootstrap-datepicker.de
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@import "legacy_bootstrap_variables";
|
||||
@import "twitter/bootstrap/bootstrap";
|
||||
@import "bootstrap/bootstrap";
|
||||
@import "delta_input";
|
||||
|
||||
body {
|
||||
|
|
@ -7,8 +7,8 @@ body {
|
|||
}
|
||||
|
||||
// Set the correct sprite paths
|
||||
@iconSpritePath: image-url('twitter/bootstrap/glyphicons-halflings.png');
|
||||
@iconWhiteSpritePath: image-url('twitter/bootstrap/glyphicons-halflings-white.png');
|
||||
@iconSpritePath: '/bootstrap/images/glyphicons-halflings.png';
|
||||
@iconWhiteSpritePath: '/bootstrap/images/glyphicons-halflings-white.png';
|
||||
|
||||
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
|
||||
// @fontAwesomeEotPath: asset-url('fontawesome-webfont.eot');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue