Added a basic Luminus webapp template; not really fleshed that out yet.

This commit is contained in:
simon 2014-03-26 21:55:30 +00:00
parent 36f881586f
commit cbe6842991
22 changed files with 665 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,6 @@
html,
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 100%;
padding-top: 40px;
}