From 0a31fe73693ec5b99fbc6cb91e8b341eedeaa21a Mon Sep 17 00:00:00 2001 From: yellowled Date: Wed, 16 Apr 2008 12:00:00 +0000 Subject: [PATCH] Customized bulletproof for latest plugin changes. --- templates/bulletproof/base.css | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 426c86c..6939368 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -258,4 +258,36 @@ ul.staticpage_navigation li { .published { border-bottom: none; cursor: auto; -} \ No newline at end of file +} + +/*** Additional plugin styles needed for the modernized output code ***/ +/*** these will eventuelly kick in starting with s9y v1.4 ***/ +.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: 0; +} + +.container_serendipity_authors_plugin .serendipitySideBarContent div { + margin: 5px 0; + padding-left: 0; +} + +.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; } -- 2.39.5