mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add card around wiki content to make it stand out
This commit is contained in:
parent
55ad2ce78d
commit
2ea7dee682
1 changed files with 10 additions and 9 deletions
|
@ -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}
|
Loading…
Reference in a new issue