DS-2135 changed the import url for bootstrap in _main.scss

This commit is contained in:
philip Vissenaekens
2014-09-04 11:17:28 +02:00
parent eee57e0d4e
commit 69cf504268
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
@function twbs-font-path($font-name) {
@return "../vendor/bootstrap-sass-official/assets/fonts/" + $font-name
}
@import "../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/bootstrap";
@import "../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap";
@import "shared/dspace-bootstrap-tweaks";
@import "../vendor/jquery-ui/themes/base/jquery-ui.css";
@import "style";

View File

@@ -13,7 +13,7 @@
@function twbs-font-path($font-name) {
@return "../vendor/bootstrap-sass-official/assets/fonts/" + $font-name
}
@import "../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/bootstrap";
@import "../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap";
@import "classic_mirage_color_scheme/dspace_variables";