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.
This commit is contained in:
Klaus Tachtler 2016-07-23 08:48:03 +02:00 committed by GitHub
parent b25874a931
commit 61c18557fd
1 changed files with 1 additions and 1 deletions

View File

@ -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; }