summaryrefslogtreecommitdiff
path: root/themes/base.less
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-09-08 14:12:42 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-09-08 14:12:42 +0200
commit8a0bd3d55cb0a012056a13ab8e4158a69ccb4764 (patch)
tree554313a324a88aa6545b77598fc5524131ab969d /themes/base.less
parent1785c386989860f0608be245c02d03645a608cfc (diff)
several fixes
- syntax error in index.php - switched from sass to less because of bootstrap submodule
Diffstat (limited to 'themes/base.less')
-rw-r--r--themes/base.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less
new file mode 100644
index 00000000..c474dc01
--- /dev/null
+++ b/themes/base.less
@@ -0,0 +1,12 @@
+//** Load fonts from this directory.
+@icon-font-path: "../fonts/";
+
+@import "../vendor/bootstrap/less/bootstrap";
+
+body {
+ padding-top: 50px;
+}
+
+.footer a {
+ color: @text-muted;
+}