Css updated

This commit is contained in:
ang-st
2015-04-15 00:18:49 +00:00
parent bb62afeac6
commit 65044d34b6
8 changed files with 272 additions and 69 deletions

View File

@@ -1,7 +1,9 @@
include ./layout.jade
div.container-fluid
#wrapper
#logo
each item in torender
div(id= item.divId, class="content_box")!= item.html
if isAuth
a(href="/" + item.name + "/edit")= "Edit this Page"
each item in torender
div(id= item.divId, class="section")!= item.html
if isAuth
a(href="/" + item.name + "/edit")= "Edit this Page"