From 9dbd82d2fab7b77e1f50f5444ee05e8db697a5a0 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 2 Dec 2008 14:46:49 +0000 Subject: [PATCH] Fixing sidebar ul display for revamped core plugins (part 1). --- templates/blue/style.css | 1 + templates/bulletproof/base.css | 1 + templates/carl_contest/style.css | 1 + templates/competition/style.css | 1 + templates/contest/style.css | 1 + templates/default-rtl/style.css | 1 + templates/default/style.css | 1 + templates/idea/style.css | 1 + templates/kubrick/style.css | 1 + templates/moz-modern/style.css | 1 + templates/newspaper/style.css | 1 + 11 files changed, 11 insertions(+) diff --git a/templates/blue/style.css b/templates/blue/style.css index 8cc33d72..2a75f051 100644 --- a/templates/blue/style.css +++ b/templates/blue/style.css @@ -349,6 +349,7 @@ div.serendipity_entryFooter { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 5155fb25..1601c190 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -266,6 +266,7 @@ ul.staticpage_navigation li { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/carl_contest/style.css b/templates/carl_contest/style.css index 706079cf..2bac4688 100644 --- a/templates/carl_contest/style.css +++ b/templates/carl_contest/style.css @@ -649,6 +649,7 @@ img.serendipity_freeTag_xmlButton { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 12px; } diff --git a/templates/competition/style.css b/templates/competition/style.css index ce0d20c9..af04cb45 100644 --- a/templates/competition/style.css +++ b/templates/competition/style.css @@ -411,6 +411,7 @@ img.serendipity_freeTag_xmlButton .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/contest/style.css b/templates/contest/style.css index a4aad8e2..61908c0a 100644 --- a/templates/contest/style.css +++ b/templates/contest/style.css @@ -501,6 +501,7 @@ td.serendipity_calendarHeader a:hover { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/default-rtl/style.css b/templates/default-rtl/style.css index ea2309e2..46839cc4 100644 --- a/templates/default-rtl/style.css +++ b/templates/default-rtl/style.css @@ -367,6 +367,7 @@ div.serendipitySideBarItem { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-right: 0; } diff --git a/templates/default/style.css b/templates/default/style.css index f0d90557..d1c9ebd4 100644 --- a/templates/default/style.css +++ b/templates/default/style.css @@ -357,6 +357,7 @@ div.serendipitySideBarItem { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/idea/style.css b/templates/idea/style.css index 6e9e9287..4e4a7b59 100644 --- a/templates/idea/style.css +++ b/templates/idea/style.css @@ -399,6 +399,7 @@ img.serendipity_entryIcon { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/kubrick/style.css b/templates/kubrick/style.css index 9a026c1a..ade411d2 100644 --- a/templates/kubrick/style.css +++ b/templates/kubrick/style.css @@ -627,6 +627,7 @@ a img { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/moz-modern/style.css b/templates/moz-modern/style.css index b03b8bbc..8bea5cf3 100644 --- a/templates/moz-modern/style.css +++ b/templates/moz-modern/style.css @@ -485,6 +485,7 @@ div.serendipityPlug { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; } diff --git a/templates/newspaper/style.css b/templates/newspaper/style.css index eb1b36e2..8eee99f3 100644 --- a/templates/newspaper/style.css +++ b/templates/newspaper/style.css @@ -360,6 +360,7 @@ img.serendipity_entryIcon { .container_serendipity_authors_plugin ul, .container_serendipity_plugin_entrylinks ul { list-style: none; + margin-left: 0; padding-left: 0; }