Make it a little easier to style the forge page and to view
horizontal lines at all.
This commit is contained in:
parent
fb88c08e85
commit
5bcd4e1855
@ -6,7 +6,9 @@
|
||||
<a href="{url 'IDF_Views::listProjects', array('all', 'name')}" class="active">{trans 'Projects'}</a>
|
||||
{/block}
|
||||
{block body}
|
||||
<div class="forge-page">
|
||||
{markdown_forge $content, $request}
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{block context}{/block}
|
||||
|
@ -340,7 +340,11 @@ a.label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
hr { visibility: hidden; }
|
||||
hr {
|
||||
height: 1px;
|
||||
border: 0;
|
||||
background: #e6e6e6;
|
||||
}
|
||||
|
||||
hr.attach {
|
||||
visibility: visible;
|
||||
|
Loading…
Reference in New Issue
Block a user