mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
FIX: show edit button on documentation pages (Fixes #3)
This commit is contained in:
parent
8fa74cdd75
commit
71a6327957
@ -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>
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user