Indefero

Indefero Commit Details


Date:2011-12-26 21:01:28 (12 years 11 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:5bcd4e18556b61647ffdfe1cbd45457eb1106fad
Parents: fb88c08e8565feb93ef369077913f0726bdba7e6
Message:Make it a little easier to style the forge page and to view horizontal lines at all.

Changes:

File differences

src/IDF/templates/idf/index.html
66
77
88
9
910
11
1012
1113
1214
<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}
www/media/idf/css/style.css
340340
341341
342342
343
343
344
345
346
347
344348
345349
346350
white-space: nowrap;
}
hr { visibility: hidden; }
hr {
height: 1px;
border: 0;
background: #e6e6e6;
}
hr.attach {
visibility: visible;

Archive Download the corresponding diff file

Page rendered in 0.09256s using 13 queries.