Add card around wiki content to make it stand out

This commit is contained in:
James Allen 2014-08-01 08:51:01 +01:00
parent 55ad2ce78d
commit 2ea7dee682

View file

@ -1,16 +1,17 @@
extends ../layout
block content
.content
.content.content-alt
.container.wiki
.row
.col-xs-3.contents
| !{contents.content}
.col-xs-8.page
.page-header
- if (page.title == "Main Page")
h1 ShareLaTeX Documentation
- else
h1 #{page.title}
| !{page.content}
.col-xs-9.page
.card
.page-header
- if (page.title == "Main Page")
h1 ShareLaTeX Documentation
- else
h1 #{page.title}
| !{page.content}