# HG changeset patch # User Mads Kiilerich # Date 2017-08-23 03:26:58 # Node ID 4daff1d77dd4d2c4dfd0e4868f1177fed437bc18 # Parent 2983dd668fd11a5d70c13d2e2766371afafd6e71 statistics: make statistics view work again 88ce09daea37 removed sizing of the graph, causing Flot javascript to fail without showing anything. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2212,6 +2212,17 @@ div#legend_data, div#legend_container, d float: left; } +div#commit_history { + width: 450px; + height: 300px +} + +div#overview { + clear: both; + width: 450px; + height: 100px; +} + #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {