From 61c18557fd37563aa16a5cc310e70b55607f5689 Mon Sep 17 00:00:00 2001 From: Klaus Tachtler Date: Sat, 23 Jul 2016 08:48:03 +0200 Subject: [PATCH] Update squidanalyzer.css Hi, changed the widht of the single menu tabs, because in German language, it looks better at the tab "TOP DENIED" is in German language "TOP VERBOTEN" and will be displayed better, no wordwrap anymore, will be done with this change. Thank you! Klaus. --- resources/squidanalyzer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/squidanalyzer.css b/resources/squidanalyzer.css index ef4f17c..ece1f3d 100644 --- a/resources/squidanalyzer.css +++ b/resources/squidanalyzer.css @@ -100,7 +100,7 @@ table.stata td a:hover { color: #76add2; } ul { padding:0; margin:0; list-style-type:none; } li { float:right; } -ul li a { display:block; width:125px; text-decoration:none; text-align:center; padding:5px; color: white; font-variant: small-caps; letter-spacing: 2px; } +ul li a { display:block; width:135px; text-decoration:none; text-align:center; padding:5px; color: white; font-variant: small-caps; letter-spacing: 2px; } ul li a:hover { color: #76add2; } #menu { margin: 0 auto; padding: 0 auto; height: 28px; clear: both; background-color: #222222; border-bottom: 3px solid #76add2; }