- Improved dev environment: webapp can now be run using mvn jetty:run and is refreshed every 10 seconds

- Modularized less files
This commit is contained in:
Gonzalo Bellver
2011-11-01 16:46:20 -03:00
parent 68deab8b93
commit 55581a7f4e
6 changed files with 795 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
@header-height : 75px;
@header-toolbar-height : 35px;
@header-info-height : @header-height - @header-toolbar-height;