# HG changeset patch # User Anton Shestakov # Date 1464398893 -28800 # Node ID 19ea041943ed16f4cb5c1404d9be6caee11ec44d # Parent c3c50748a20b4eedb749762e912691873516e9bc frontpage: don't cut off text in quick start snippet, resize the column instead Otherwise it looks like it says 'hg clone https://selenic.com/repo/hell'. diff -r c3c50748a20b -r 19ea041943ed static/css/styles.css --- a/static/css/styles.css Wed May 11 15:30:46 2016 -0500 +++ b/static/css/styles.css Sat May 28 09:28:13 2016 +0800 @@ -98,6 +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; } /* * Logo diff -r c3c50748a20b -r 19ea041943ed templates/frontpage.html --- a/templates/frontpage.html Wed May 11 15:30:46 2016 -0500 +++ b/templates/frontpage.html Sat May 28 09:28:13 2016 +0800 @@ -35,7 +35,7 @@ -
+

Quick Start

Clone a project and push changes