diff options
Diffstat (limited to 'python/gras/stats/main.css')
-rw-r--r-- | python/gras/stats/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gras/stats/main.css b/python/gras/stats/main.css index 84023fe..43ecae1 100644 --- a/python/gras/stats/main.css +++ b/python/gras/stats/main.css @@ -10,6 +10,11 @@ color:black; background-color:white; } +#overall_chart_pie table +{ +float:left; +} + #per_block_charts table { float:left; |