comparison rhodecode/public/css/style.css @ 2924:fcbcef60be02 beta

graph: fix counting of "heads" for graph, condense graph into more narrow lines instead of trying to increase its width (past certain width produces really bad html layout)
author Aras Pranckevicius <aras@unity3d.com>
date Mon, 15 Oct 2012 16:33:57 +0300
parents 28d742d71d4e
children 3555c56694b5
comparison
equal deleted inserted replaced
2923:1ab6b1cb849a 2924:fcbcef60be02
2526 overflow: hidden; 2526 overflow: hidden;
2527 } 2527 }
2528 2528
2529 #graph_nodes { 2529 #graph_nodes {
2530 float: left; 2530 float: left;
2531 margin-right: -6px; 2531 margin-right: 0px;
2532 margin-top: 0px; 2532 margin-top: 0px;
2533 } 2533 }
2534 2534
2535 #graph_content { 2535 #graph_content {
2536 width: 80%; 2536 width: 80%;