comparison pylons_app/templates/summary/summary.html @ 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 70c2750531d3
children 5c376ac2d4c9
comparison
equal deleted inserted replaced
479:149940ba96d9 480:aab23dae3899
124 <h5>${_('Last month commit activity')}</h5> 124 <h5>${_('Last month commit activity')}</h5>
125 </div> 125 </div>
126 126
127 <div class="table"> 127 <div class="table">
128 <div id="commit_history" style="width:560px;height:300px;float:left"></div> 128 <div id="commit_history" style="width:560px;height:300px;float:left"></div>
129 <div id="legend_data"> 129 <div id="legend_data" style="clear:both;margin-top:10px">
130 <div id="legend_container"></div> 130 <div id="legend_container"></div>
131 <div id="legend_choices"> 131 <div id="legend_choices">
132 <table id="legend_choices_tables" style="font-size:smaller;color:#545454"></table> 132 <table id="legend_choices_tables" style="font-size:smaller;color:#545454"></table>
133 </div> 133 </div>
134 </div> 134 </div>