comparison pylons_app/public/css/monoblue_custom.css @ 288:ab1afe7444f3

Initial graph release.
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jun 2010 00:18:10 +0200
parents cd2ee462fc2c
children 68dc70295a76
comparison
equal deleted inserted replaced
287:5827c739b0bd 288:ab1afe7444f3
643 } 643 }
644 644
645 /** end of changeset **/ 645 /** end of changeset **/
646 646
647 /** canvas **/ 647 /** canvas **/
648 canvas { 648 #graph_nodes{
649 position: absolute; 649 margin-top:8px;
650 z-index: 5;
651 top: -0.7em;
652 } 650 }
653 #graph{ 651 #graph{
654 overflow: hidden; 652 overflow: hidden;
655 653
656 } 654 }