diff rhodecode/public/css/style.css @ 1429:864e4daef963 beta

improved rendering of dag (they are not trimmed anymore when number of heads exceeds 5)
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 16 Jul 2011 12:33:40 +0200
parents 91708b96e991
children d5d7c40e8591
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sat Jul 16 12:02:14 2011 +0200
+++ b/rhodecode/public/css/style.css	Sat Jul 16 12:33:40 2011 +0200
@@ -1736,15 +1736,14 @@
 }
 
 #graph_nodes {
-width:160px;
 float:left;
-margin-left:-50px;
 margin-top:5px;
 }
 
 #graph_content {
 width:800px;
 float:left;
+
 }
 
 #graph_content .container_header {