comparison 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
comparison
equal deleted inserted replaced
456:c3c50748a20b 457:19ea041943ed
33 <p>Mercurial strives to deliver on each of its promises. Most tasks simply work on the first try and without requiring arcane knowledge. <!--(If one doesn't, that's most likely no feature but a <a href="https://bz.mercurial-scm.org/">bug</a>. Please <a href="https://bz.mercurial-scm.org/">tell us about it</a>!) 33 <p>Mercurial strives to deliver on each of its promises. Most tasks simply work on the first try and without requiring arcane knowledge. <!--(If one doesn't, that's most likely no feature but a <a href="https://bz.mercurial-scm.org/">bug</a>. Please <a href="https://bz.mercurial-scm.org/">tell us about it</a>!)
34 commented out because it feels awkward.--></p> 34 commented out because it feels awkward.--></p>
35 </li> 35 </li>
36 </ol> 36 </ol>
37 </div> 37 </div>
38 <div class="col"> 38 <div class="col autowidth">
39 <h3>Quick Start</h3> 39 <h3>Quick Start</h3>
40 40
41 <p><em>Clone a project and push changes</em> 41 <p><em>Clone a project and push changes</em>
42 <pre>$ hg clone https://selenic.com/repo/hello 42 <pre>$ hg clone https://selenic.com/repo/hello
43 $ cd hello 43 $ cd hello