Cranking out a site

Closes #16 even though I haven't set up the redis instance on the server. Will do that when I'm ready to use redis on the production site.
This commit is contained in:
Josh Sherman 2013-12-15 09:23:35 -05:00
parent 618b6a3613
commit 83df2cfecc
6 changed files with 102 additions and 2 deletions

3
public/css/core.css Normal file
View file

@ -0,0 +1,3 @@
body {
padding-top: 50px;
}

4
public/css/core.less Normal file
View file

@ -0,0 +1,4 @@
body,
{
padding-top: 50px;
}

1
public/css/core.min.css vendored Normal file
View file

@ -0,0 +1 @@
body{padding-top:50px}

View file

@ -0,0 +1 @@
google-site-verification: google7961eab00c3bdc85.html