diff --git a/epicyon-graph.css b/epicyon-graph.css index 9961f1352..14b3d3439 100644 --- a/epicyon-graph.css +++ b/epicyon-graph.css @@ -22,7 +22,7 @@ body, table, input, select, textarea { .graph { display:block; - width:600px; + width:100%; height:300px; } @@ -63,7 +63,7 @@ body, table, input, select, textarea { } .graph tbody:before { - content:"100%"; + content:"Max"; top:-0.6em; }