comparison pylons_app/public/css/style.css @ 422:fc3613065baf

fixed templating issue with graph, and improved toggle of commiters
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 23 Aug 2010 22:04:35 +0200
parents cbfb853a0a4c
children 70c2750531d3
comparison
equal deleted inserted replaced
421:cbfb853a0a4c 422:fc3613065baf
3436 width:auto !important; 3436 width:auto !important;
3437 } 3437 }
3438 3438
3439 div#legend_container table td{ 3439 div#legend_container table td{
3440 border: none !important; 3440 border: none !important;
3441 padding: 2px !important; 3441 padding: 0px !important;
3442 height: 20px !important;
3442 } 3443 }
3443 3444
3444 div#legend_choices table td{ 3445 div#legend_choices table td{
3445 border: none !important; 3446 border: none !important;
3446 padding: 0px !important; 3447 padding: 0px !important;
3448 height: 20px !important;
3447 } 3449 }
3448 3450
3449 div#legend_choices{ 3451 div#legend_choices{
3450 float:left; 3452 float:left;
3451 } 3453 }