From 34942e4780af87b2285ec3ffc1b3a2c440c5e524 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Thu, 13 Nov 2008 07:51:26 +0100 Subject: [PATCH] New CSS class 'topic_index'. --- templates/artemus/ALL/TOPIC | 2 ++ templates/artemus/ALL/css | 1 + 2 files changed, 3 insertions(+) diff --git a/templates/artemus/ALL/TOPIC b/templates/artemus/ALL/TOPIC index 9feb6b1..4ee4d67 100644 --- a/templates/artemus/ALL/TOPIC +++ b/templates/artemus/ALL/TOPIC @@ -18,8 +18,10 @@
{-if|{-story_title|{-var|topic}|index}| +
\{-set\|html_title\|{-cfg_site_name}: \{-story_title\|{-var|topic}\|index\}\} \{-story_body\|{-var|topic}\|index\} +
|

{-topic_name|{-var|topic}}

} diff --git a/templates/artemus/ALL/css b/templates/artemus/ALL/css index 95173af..20a8b7d 100644 --- a/templates/artemus/ALL/css +++ b/templates/artemus/ALL/css @@ -67,6 +67,7 @@ h6 { font-size: 80%; } .story_abstract { float: left; width: 100%; } .story_footer { float: left; width: 100%; background: #eeeecd; margin-bottom: 2em; } .topic_list { margin-left: 2em; } +.topic_index { border-bottom: solid 1px; } .navigator { clear: both; } .navigator .prev { float: left; } .navigator .next { float: right; } -- 2.11.4.GIT