From eabd9991a20c8cdde5105e755536fae67f751951 Mon Sep 17 00:00:00 2001 From: Matthias Mees 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 b44f4142..c5294cee 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; +}