From: Brion Vibber Date: Tue, 15 Jul 2003 08:13:18 +0000 (+0000) Subject: Add explicit font-size: 75% for small tags to make camino work right X-Git-Tag: 1.1.0~385 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=96b02dbd3c0a0327259d9de213c77da5b385e632;p=lhc%2Fweb%2Fwiklou.git Add explicit font-size: 75% for small tags to make camino work right --- diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 5a12a5eada..ebe905078a 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -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%; }