From: Tara L Andrews Date: Wed, 15 Feb 2012 21:06:03 +0000 (+0100) Subject: limit variant graph size X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b5da8b612e63f308f46a9dd4cd07795abc7cb4e;p=scpubgit%2Fstemmatology.git limit variant graph size --- diff --git a/stemmaweb/root/css/style.css b/stemmaweb/root/css/style.css index ca0233a..264e6de 100644 --- a/stemmaweb/root/css/style.css +++ b/stemmaweb/root/css/style.css @@ -94,6 +94,7 @@ div.button:hover span { } #variant_graph { /* width: 900px; */ + height: 350px; clear: both; overflow: auto; text-align: center;