Make it a little easier to style the forge page and to view

horizontal lines at all.
develop
Thomas Keller 2011-12-27 04:01:28 +01:00
parent fb88c08e85
commit 5bcd4e1855
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,9 @@
<a href="{url 'IDF_Views::listProjects', array('all', 'name')}" class="active">{trans 'Projects'}</a> <a href="{url 'IDF_Views::listProjects', array('all', 'name')}" class="active">{trans 'Projects'}</a>
{/block} {/block}
{block body} {block body}
<div class="forge-page">
{markdown_forge $content, $request} {markdown_forge $content, $request}
</div>
{/block} {/block}
{block context}{/block} {block context}{/block}

View File

@ -340,7 +340,11 @@ a.label {
white-space: nowrap; white-space: nowrap;
} }
hr { visibility: hidden; } hr {
height: 1px;
border: 0;
background: #e6e6e6;
}
hr.attach { hr.attach {
visibility: visible; visibility: visible;