BP: Added .authors to base.css to overrule formatting applied by address tag.

This commit is contained in:
Matthias Mees 2007-10-10 10:35:48 +00:00
parent 8c8b12a27e
commit eabd9991a2

View File

@ -237,3 +237,9 @@ ul.staticpage_navigation li {
#theme_chooser select{
width: 90%;
}
/* microformats */
.author {
display: inline;
font-style: normal;
}