changeset 57:c539a72813f8

manually merged the changes from src/en/ into hgscm/templates/ (index and css)
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 17 Feb 2009 16:51:03 +0100
parents 82cafebaf0c6
children 83fbd695215a
files hgscm/media/css/styles.css hgscm/templates/frontpage.html
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgscm/media/css/styles.css	Tue Feb 17 16:35:58 2009 +0100
+++ b/hgscm/media/css/styles.css	Tue Feb 17 16:51:03 2009 +0100
@@ -78,7 +78,8 @@
 .row { display: block; }
 .col { float: right; display: inline; width: 270px; margin: 25px; }
 .big { float: left; width: 470px; }
-.big h2 { margin-top: 20px; }
+.quote { float: right; width: 740px; text-align: right; margin-right: 25px;   }
+.big h2, .big h3 { margin-top: 20px; }
 
 /*
  * Logo
@@ -125,6 +126,8 @@
 #home ol li { list-style: none; background: url(../images/bullet-big-1.png) no-repeat 0 0; padding-left: 60px; min-height: 43px; _height: 43px; }
 #home ol .i-2 { background-image: url(../images/bullet-big-2.png); } 
 #home ol .i-3 { background-image: url(../images/bullet-big-3.png); }
+#home ol a { text-decoration: none; }
+#home ol a:hover, #home h4 a:focus { text-decoration: underline; }
 
 /*
  * Footer
--- a/hgscm/templates/frontpage.html	Tue Feb 17 16:35:58 2009 +0100
+++ b/hgscm/templates/frontpage.html	Tue Feb 17 16:51:03 2009 +0100
@@ -5,7 +5,7 @@
 <div class="row">
 	<div class="col big">
 		<h1>Work easier <br> Work faster</h1>
-		<h2>Benefit now from one of the easiest and fastest Source Control Management systems. Mercurial makes working with documents easier.</h2>
+		<h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.</h2>
 	</div>
 	<div class="col">					
 		<a class="download typeface-js" href="javascript:void(0);">
@@ -15,11 +15,13 @@
 		</a>
 		<dl>
 			<dt class="typeface-js">Requiurements</dt>
-			<dd>Python 2.5 (<a href="http://www.python.org">get python</a>)</dd>
+			<dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd>
+			<!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3-->
 			
 			<dt>Another OS?<br><em>Get mercurial for:</em></dt>
 			<dd><a href="javascript:void(0);">Mac OS X</a></dd>
-			<dd><a href="javascript:void(0);">Linux</a></dd>						
+			<dd><a href="javascript:void(0);">Linux</a></dd>
+			<dd><a href="javascript:void(0);">other</a></dd>
 		</dl>				
 	</div>
 </div>