class DisplayHTMLBlockTableWithGraph() seems to work

Fix a bug : month_stats override if iwla.py called twice
This commit is contained in:
2014-12-02 20:49:56 +01:00
parent 63a9b40b46
commit 7d45b45e8a
4 changed files with 36 additions and 12 deletions

View File

@@ -60,4 +60,16 @@ td:first-child
.iwla_page { background : #4477DD; }
.iwla_hit { background : #66DDEE; }
.iwla_bandwidth { background : #2EA495; }
.iwla_search { background : #F4F090; }
.iwla_search { background : #F4F090; }
.iwla_graph_table
{
margin-left:auto;
margin-right:auto;
}
table.iwla_graph_table > table.iwla_table
{
margin-left:auto;
margin-right:auto;
}