diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-09-08 14:12:42 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-09-08 14:12:42 +0200 |
commit | 8a0bd3d55cb0a012056a13ab8e4158a69ccb4764 (patch) | |
tree | 554313a324a88aa6545b77598fc5524131ab969d /themes/base.less | |
parent | 1785c386989860f0608be245c02d03645a608cfc (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.less | 12 |
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; +} |