diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 8 |
1 files changed, 7 insertions, 1 deletions
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; +} |