diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-12 19:51:54 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-12 19:51:54 +0200 |
commit | a294dc5d3765d11ad2a96962749648ecfe5174b8 (patch) | |
tree | 642e2b9636c3f3175d168f6ef7d8cd91cb7d56a0 | |
parent | Merge branch 'master' of github.com:dennisse/Divid (diff) | |
parent | fixed faulty comments (diff) | |
download | Divid-a294dc5d3765d11ad2a96962749648ecfe5174b8.tar.gz |
Merge branch 'master' of github.com:dennisse/Divid
-rw-r--r-- | public/css/shame.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/shame.less b/public/css/shame.less index 997409b..0a4efa1 100644 --- a/public/css/shame.less +++ b/public/css/shame.less @@ -2,11 +2,11 @@ * Divid stylesheet */ -//Imports the bootstrap-variables +/* Imports the bootstrap-variables */ @import "variables.less"; -//imports the functions from bootstrap +/* imports the functions from bootstrap */ @import "bootstrapless/mixins.less"; -// The rest comes here +/* The rest comes here */ body { margin-top: @navbarHeight; |