From cc454e88a2e22d5f0b7bba210d75c10989ceaed2 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sun, 2 May 2010 20:47:48 +0000 Subject: [PATCH] BP: Added CSS to not indent dd elements in new entries summary definition list. --- templates/bulletproof/base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 8d384823..27a5e1f6 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -237,6 +237,8 @@ ul.archives_row li.archives_link { width: 19.9%; } +.archive_summary dd { margin-left: 0; } + ul.staticpage_navigation { list-style-type: none; display: inline;