changeset 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 c3c50748a20b
children 9f7df5119cc3
files static/css/styles.css templates/frontpage.html
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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>