diff options
author | msquare <msquare@notrademark.de> | 2014-09-08 13:56:22 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2014-09-08 13:56:22 +0200 |
commit | 213d4580d9df5e1da6af1b728c7402099a6358a4 (patch) | |
tree | 1d8510005f91eb9ac9c8fd3e1b33f328cb186016 /themes | |
parent | 64a341e084c5c8c8a0dc63a25d80429156d6a705 (diff) | |
parent | 0cbac227d9608b76b750d2faee16fd8be5d06935 (diff) |
Merge pull request #1 from mortzu/master
Kleinere Codeanpassungen
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) |