summaryrefslogtreecommitdiff
path: root/themes/base.less
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-01-02 03:15:57 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-02 03:15:57 +0100
commitb839e401062b294292fdcbd7e30b79bc149fab6f (patch)
treefa8447e22e9fc341d68908078ca6ece4d60544c9 /themes/base.less
parent84f6990db2a4e388e775a9c1465219eb0f6ed164 (diff)
Require twbs/bootstrap via composer
Diffstat (limited to 'themes/base.less')
-rw-r--r--themes/base.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base.less b/themes/base.less
index a4fa7e77..c866e50e 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -1,6 +1,6 @@
-@import "assets/bootstrap/less/bootstrap";
+@import "../vendor/twbs/bootstrap/less/bootstrap";
-@icon-font-path: "../fonts/";
+@icon-font-path: "../vendor/bootstrap/fonts/";
body {
padding-top: 50px;