mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-31 01:44:29 +02:00
Fix missing semi-colon after graph width definition. Add missing graph on mime type.
This commit is contained in:
parent
ba9b98d4d1
commit
a51fab6820
@ -60,7 +60,7 @@ table.stata td a:hover { color: #76add2; }
|
|||||||
/* Graphs */
|
/* Graphs */
|
||||||
/**************/
|
/**************/
|
||||||
|
|
||||||
#code_requests, #code_bytes, #network_hits, #network_bytes, #user_hits, #user_bytes, #domain_hits, #second_domain_hits, #domain_bytes, #second_domain_bytes {
|
#code_requests, #code_bytes, #network_hits, #network_bytes, #user_hits, #user_bytes, #domain_hits, #second_domain_hits, #domain_bytes, #second_domain_bytes, #mime_hits, #mime_bytes {
|
||||||
width : 550px;
|
width : 550px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
background:#F3F2ED;
|
background:#F3F2ED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user