From e1e13cfe0b2df90e76bcc66197c41d8916beb1e8 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