# HG changeset patch # User Anton Shestakov # Date 1464736737 -28800 # Node ID 9f7df5119cc3cad32606d07475388cf299ef6b6d # Parent 19ea041943ed16f4cb5c1404d9be6caee11ec44d frontpage: remove left margin from quick start block This future-proofs it a bit if code in the block gets even longer. diff -r 19ea041943ed -r 9f7df5119cc3 static/css/styles.css --- a/static/css/styles.css Sat May 28 09:28:13 2016 +0800 +++ b/static/css/styles.css Wed Jun 01 07:18:57 2016 +0800 @@ -98,7 +98,7 @@ .big { float: left; width: 470px; } .quote { float: right; width: 740px; text-align: right; margin-right: 25px; } .big h2 { margin-top: 20px; } -.autowidth { width: auto; margin-right: 0; } +.autowidth { width: auto; margin-right: 0; margin-left: 0; } /* * Logo