]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Added .authors to base.css to overrule formatting applied by address tag.
authoryellowled <yellowled>
Wed, 10 Oct 2007 10:35:48 +0000 (10:35 +0000)
committeryellowled <yellowled>
Wed, 10 Oct 2007 10:35:48 +0000 (10:35 +0000)
templates/bulletproof/base.css

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