From f24d2a6fbe7d1906f485f86d7e62f27a0a3a8bc4 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Mon, 23 Jan 2012 20:18:08 +0100 Subject: Javascript cleanup, remove taglink css class --- web/public/css/taginfo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/public/css/taginfo.css') diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 7b35831..e9b3cd4 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -116,7 +116,7 @@ span.disabled { /* ========== */ .tipsy { font-size: 80%; position: absolute; padding: 5px; z-index: 100000; } -.tipsy-inner { background-color: #000; color: #FFF; max-width: 180px; padding: 5px 8px 4px 8px; text-align: center; } +.tipsy-inner { background-color: #000; color: #FFF; max-width: 220px; padding: 5px 8px 4px 8px; text-align: center; } /* Rounded corners */ .tipsy-inner { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } -- cgit v1.2.3