Rename public to www

This commit is contained in:
Ben Ramey
2014-03-22 20:21:21 -05:00
parent f9479b7734
commit 6ddedf901e
31 changed files with 0 additions and 0 deletions

14
www/linker/styles/app.css Normal file
View File

@@ -0,0 +1,14 @@
body {
height: 100%;
background-color: #eee;
}
#page {
display: table;
height: 100%;
width: 100%;
min-width: 100%;
}
#page #main-cell {
display: table-cell;
vertical-align: middle;
}