# HG changeset patch # User Mads Kiilerich # Date 1503451618 -7200 # 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 -r 2983dd668fd1 -r 4daff1d77dd4 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Wed Aug 23 03:26:58 2017 +0200 +++ b/kallithea/public/css/style.css Wed Aug 23 03:26:58 2017 +0200 @@ -2212,6 +2212,17 @@ 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 {