From 96b02dbd3c0a0327259d9de213c77da5b385e632 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 15 Jul 2003 08:13:18 +0000 Subject: [PATCH] Add explicit font-size: 75% for small tags to make camino work right --- stylesheets/cologneblue.css | 1 + 1 file changed, 1 insertion(+) 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%; } -- 2.20.1