From 5bcd4e18556b61647ffdfe1cbd45457eb1106fad Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Tue, 27 Dec 2011 04:01:28 +0100 Subject: [PATCH] Make it a little easier to style the forge page and to view horizontal lines at all. --- src/IDF/templates/idf/index.html | 2 ++ www/media/idf/css/style.css | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/IDF/templates/idf/index.html b/src/IDF/templates/idf/index.html index d792abf..3c0680f 100644 --- a/src/IDF/templates/idf/index.html +++ b/src/IDF/templates/idf/index.html @@ -6,7 +6,9 @@ {trans 'Projects'} {/block} {block body} +
{markdown_forge $content, $request} +
{/block} {block context}{/block} diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index d8c43f1..8df0a81 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -340,7 +340,11 @@ a.label { white-space: nowrap; } -hr { visibility: hidden; } +hr { + height: 1px; + border: 0; + background: #e6e6e6; +} hr.attach { visibility: visible;