From 91c285b7833d30d237a6445cad206568e74473bf Mon Sep 17 00:00:00 2001 From: yellowled Date: Wed, 10 Oct 2007 10:35:48 +0000 Subject: [PATCH] BP: Added .authors to base.css to overrule formatting applied by address tag. --- templates/bulletproof/base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index b44f414..c5294ce 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -237,3 +237,9 @@ ul.staticpage_navigation li { #theme_chooser select{ width: 90%; } + +/* microformats */ +.author { + display: inline; + font-style: normal; +} -- 2.39.5