diff options
author | Moritz Kaspar Rudert (mortzu) <me@mortzu.de> | 2014-09-08 08:16:09 +0200 |
---|---|---|
committer | Moritz Kaspar Rudert (mortzu) <me@mortzu.de> | 2014-09-08 08:16:09 +0200 |
commit | 5d8615a958b20c59a7ed00be0aa2ef8f2f9cc233 (patch) | |
tree | 50b9c3940c2749b8e9b38db6c8d92cb28ec778fa /themes | |
parent | 64a341e084c5c8c8a0dc63a25d80429156d6a705 (diff) |
moved external libraries into gitmodules
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.scss | 2 | ||||
-rw-r--r-- | themes/theme1.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/base.scss b/themes/base.scss index e2a6d56a..b861c7d0 100644 --- a/themes/base.scss +++ b/themes/base.scss @@ -1,7 +1,7 @@ //** Load fonts from this directory. $icon-font-path: "../fonts/"; -@import "../vendor/bootstrap-3.2.0/bootstrap"; +@import "../vendor/bootstrap/bootstrap"; body { padding-top: 50px; diff --git a/themes/theme1.scss b/themes/theme1.scss index 2cd2519b..cf05879d 100644 --- a/themes/theme1.scss +++ b/themes/theme1.scss @@ -1,4 +1,4 @@ -@import "../vendor/bootstrap-3.2.0/_variables"; +@import "../vendor/bootstrap/_variables"; /* The MIT License (MIT) |