From 3973236f6e4cb76a20fca3b908afd526f293a850 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Sat, 6 Dec 2014 19:02:02 +0100 Subject: css and layout fixes. font path fix --- themes/base.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'themes/base.less') diff --git a/themes/base.less b/themes/base.less index 29a3796f..cc7956bb 100644 --- a/themes/base.less +++ b/themes/base.less @@ -1,5 +1,7 @@ @import "../vendor/bootstrap/less/bootstrap"; +@icon-font-path: "../vendor/bootstrap/fonts/"; + body { padding-top: 50px; } @@ -14,4 +16,8 @@ td.free { td.occupied { .bg-success(); -} \ No newline at end of file +} + +.space-top { + margin-top: 15px; +} -- cgit v1.2.3-54-g00ecf