mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
df15cd8920
Moved some style declarations from layout to typography so that the cms would pick them up. Moved typography tag to the page.ss before layout is included Changed typography elements to be wrapped in .typography, rather than a layout tag within the Layout page templates. This will mean that a bunch of modules have access to the correct type styling
9 lines
164 B
Scheme
9 lines
164 B
Scheme
<div class="content-container">
|
|
<article>
|
|
<h1>$Title</h1>
|
|
<div class="content">$Content</div>
|
|
</article>
|
|
$Form
|
|
$PageComments
|
|
</div>
|
|
<% include SideBar %> |