mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<h1>@Html.TitleForPage((string)Model.Title)</h1>
|
<article>
|
||||||
@if (Model.Meta != null) {
|
<header>
|
||||||
<div class="metadata">
|
@Display(Model.Header)
|
||||||
|
<p class="metadata">
|
||||||
@Display(Model.Meta)
|
@Display(Model.Meta)
|
||||||
</div>
|
</p>
|
||||||
}
|
</header>
|
||||||
<div class="content">
|
<section>
|
||||||
@Display(Model.Content)
|
@Display(Model.Content)
|
||||||
</div>
|
</section>
|
||||||
|
</article>
|
@@ -190,7 +190,7 @@ pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height:
|
|||||||
|
|
||||||
#layout-main
|
#layout-main
|
||||||
{
|
{
|
||||||
border-top: 1px solid #dbdbdb;
|
border-top: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout-after-main
|
#layout-after-main
|
||||||
|
Reference in New Issue
Block a user