FIX: show edit button on documentation pages (Fixes #3)

This commit is contained in:
Will Rossiter 2012-09-06 21:36:34 +12:00
parent 8fa74cdd75
commit 71a6327957
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,12 @@
<div id="content-column">
$Content
<% if EditLink %>
<div id="edit-link">
<p><a target="_blank" href="$EditLink">Edit this page</a></p>
</div>
<% end_if %>
<% include Comments %>
</div>

View File

@ -406,6 +406,10 @@ ul.pagination {
background: #f7fcff url(../images/info_button.png) no-repeat 18px 11px;
}
.warning p {
margin-bottom: 0;
}
/* Used on 404 page not found */
.warningBox { margin:9px 0 18px; }
#content .warningBox p {