Add explicit font-size: 75% for small tags to make camino work right
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Jul 2003 08:13:18 +0000 (08:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Jul 2003 08:13:18 +0000 (08:13 +0000)
stylesheets/cologneblue.css

index 5a12a5e..ebe9050 100644 (file)
@@ -91,3 +91,4 @@ a.printable { text-decoration: underline; }
 a.stub { color:#772233; text-decoration:none; }
 h2, h3, h4, h5, h6 { margin-bottom: 0; }
 a.stub { color:#772233; text-decoration:none; }
+small { font-size: 75%; }