From 2f8c35ca8b7ed77634a0d6166261e9c4d26a02fc Mon Sep 17 00:00:00 2001 From: yellowled Date: Tue, 1 Jan 2008 21:04:13 +0000 Subject: [PATCH] BP: Added .published plus styles to base.css to rectify display of entry date which was altered by including microformats. --- templates/bulletproof/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 59b5c60..bff8351 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -254,3 +254,8 @@ ul.staticpage_navigation li { display: inline; font-style: normal; } + +.published { + border-bottom: none; + cursor: auto; +} \ No newline at end of file -- 2.39.5