changeset 6827:4daff1d77dd4

statistics: make statistics view work again 88ce09daea37 removed sizing of the graph, causing Flot javascript to fail without showing anything.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 23 Aug 2017 03:26:58 +0200
parents 2983dd668fd1
children b44cc07c2f9b
files kallithea/public/css/style.css
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {