# HG changeset patch # User Andrew Shadura # Date 2015-04-12 12:21:45 # Node ID 9b79b50f2b315e802db31a349bf67e1b7a677af3 # Parent a8f2986afc18c9221bf99f88b06e60ab83c86c55 style: fix statistics so that the graph fits on the page 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 @@ -3733,6 +3733,7 @@ div#legend_data, div#legend_container, d #content div.graph { padding: 0 10px 10px; + height: 450px; } #content div.box ol.lower-roman, diff --git a/kallithea/templates/summary/statistics.html b/kallithea/templates/summary/statistics.html --- a/kallithea/templates/summary/statistics.html +++ b/kallithea/templates/summary/statistics.html @@ -40,15 +40,16 @@ ${self.repo_context_bar('summary')} %endif
-
-
-
+
+ +
+