Rename public to www
This commit is contained in:
14
www/linker/styles/app.css
Normal file
14
www/linker/styles/app.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user