diff templates/frontpage.html @ 457:19ea041943ed

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'.
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 28 May 2016 09:28:13 +0800
parents 634c8c450e9d
children 5ca151c7a4e6
line wrap: on
line diff
--- 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 @@
             </li>
         </ol>
     </div>
-    <div class="col">
+    <div class="col autowidth">
         <h3>Quick Start</h3>
 
         <p><em>Clone a project and push changes</em>