# HG changeset patch # User David Soria Parra # Date 1259706847 -3600 # Node ID 8e1d8d9ef5be686e1be166218487019f1ba1f571 # Parent 91e0408f0b7b60cdc51624b4a0b4e53781ac0e63 Fix layout diff -r 91e0408f0b7b -r 8e1d8d9ef5be .hgsubstate --- a/.hgsubstate Tue Dec 01 23:10:50 2009 +0100 +++ b/.hgsubstate Tue Dec 01 23:34:07 2009 +0100 @@ -1,2 +1,2 @@ -b382d686c1b76203068e6a95ffe53ea441602274 content -6b182411de3c08e0ab6afc4675173218ef7d73ac rendered +9abd6998e77f5e282616b676870092f26792d76b content +c589a1f0cf7d4ea7e65b81242fa21d6984b7e044 rendered diff -r 91e0408f0b7b -r 8e1d8d9ef5be static/css/styles.css --- a/static/css/styles.css Tue Dec 01 23:10:50 2009 +0100 +++ b/static/css/styles.css Tue Dec 01 23:34:07 2009 +0100 @@ -77,7 +77,7 @@ */ .row { display: inline-block; overflow: hidden; border-bottom: 1px solid #ccc; } .row { display: block; } -.col { float: right; display: inline; width: 270px; margin: 25px; } +.col { float: right; display: inline; width: 295px; margin: 25px; } .big { float: left; width: 470px; } .quote { float: right; width: 740px; text-align: right; margin-right: 25px; } .big h2 { margin-top: 20px; }