From c1cef88fbead6d2a0002eeb105b9b78282629027 Mon Sep 17 00:00:00 2001
From: Matthias Mees <mm@yellowled.de>
Date: Wed, 16 Apr 2008 11:01:36 +0000
Subject: [PATCH] Customized carl_contest for latest plugin changes.

---
 templates/carl_contest/style.css | 38 +++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/templates/carl_contest/style.css b/templates/carl_contest/style.css
index 8f0f2b7c..706079cf 100644
--- a/templates/carl_contest/style.css
+++ b/templates/carl_contest/style.css
@@ -638,4 +638,40 @@ img.serendipity_freeTag_xmlButton {
 .plugin_comment_body {
 	font-style:oblique; }
 
-/********* End Plugin Styles *********/
\ No newline at end of file
+/********* End Plugin Styles *********/
+
+
+/*** Additional plugin styles needed for the modernized output code ***/
+/*** added by Matthias 'YellowLed' Mees                             ***/
+
+.container_serendipity_archives_plugin ul,
+.container_serendipity_syndication_plugin ul,
+.container_serendipity_authors_plugin ul,
+.container_serendipity_plugin_entrylinks ul {
+    list-style: none;
+    padding-left: 12px;
+}
+
+.container_serendipity_authors_plugin .serendipitySideBarContent div {
+    margin: 5px 0;
+    padding-left: 12px;
+}
+
+.serendipity_history_author { font-weight: bolder; }
+
+.serendipity_history_intro,
+.serendipity_history_info { margin-bottom: 3px; }
+
+.serendipity_history_body { margin-bottom: 10px; }
+
+.serendipity_recententries_entrylink { margin-bottom: 2px; }
+
+.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
+
+.plugin_comment_body { padding: 3px 0; }
+
+.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
+
+.serendipity_shoutbox_comment { padding: 3px 0; }
+
+/*** End Additional plugin styles                                   ***/