# HG changeset patch # User David Soria Parra # Date 1234882247 -3600 # Node ID 90d9d46e44d364f97b1d9ae5dc58885d414b2a82 # Parent 360d682148ceb88698c8b0d9b54c3e1e45e8b883 css: no additional margin for .big h3 If we do anadditional margin for h3 we end up having quick start and benifit header no on the same baseline, which doesn't look good at all. diff -r 360d682148ce -r 90d9d46e44d3 hgscm/media/css/styles.css --- a/hgscm/media/css/styles.css Tue Feb 17 15:44:27 2009 +0100 +++ b/hgscm/media/css/styles.css Tue Feb 17 15:50:47 2009 +0100 @@ -78,7 +78,7 @@ .row { display: block; } .col { float: right; display: inline; width: 270px; margin: 25px; } .big { float: left; width: 470px; } -.big h2, .big h3 { margin-top: 20px; } +.big h2 { margin-top: 20px; } /* * Logo