changeset 480:aab23dae3899 celery

small fix for summary graph
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 16 Sep 2010 15:40:01 +0200
parents 149940ba96d9
children 4187d93c7c04
files pylons_app/templates/summary/summary.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/summary/summary.html	Thu Sep 16 15:22:10 2010 +0200
+++ b/pylons_app/templates/summary/summary.html	Thu Sep 16 15:40:01 2010 +0200
@@ -126,7 +126,7 @@
     
     <div class="table">
         <div id="commit_history" style="width:560px;height:300px;float:left"></div>
-    	<div id="legend_data">
+    	<div id="legend_data" style="clear:both;margin-top:10px">
 	    	<div id="legend_container"></div>
 	    	<div id="legend_choices">
 				<table id="legend_choices_tables" style="font-size:smaller;color:#545454"></table>