From: yellowled Date: Tue, 1 Jan 2008 21:04:13 +0000 (+0000) Subject: BP: Added .published plus styles to base.css to rectify display of entry date which... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e1e13cfe0b2df90e76bcc66197c41d8916beb1e8;p=s9y.git BP: Added .published plus styles to base.css to rectify display of entry date which was altered by including microformats. --- 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