# HG changeset patch # User David Soria Parra # Date 1247218462 -7200 # Node ID 101601f15bf501770d42499573b4b6a9c57951fc # Parent 7ba358bcf79575b26a6e347191fb5ac18d0622db Remove developing notice bar diff -r 7ba358bcf795 -r 101601f15bf5 hgscm/media/css/styles.css --- a/hgscm/media/css/styles.css Fri Jul 10 10:36:15 2009 +0200 +++ b/hgscm/media/css/styles.css Fri Jul 10 11:34:22 2009 +0200 @@ -31,11 +31,6 @@ h3 { font-size: 1.3em; } /* - * WIP warning, can be removed once the site is 'finished' - */ -.wip-warning { font-size: 1.1em; font-family: Optimer, Helvetica, Arial, sans-serif; border: 1px solid #330; background-color: #fafa33; padding: 2px; text-align: center} - -/* * Lists */ ul { margin-left: 2.2em; line-height: 1.5em; } @@ -96,7 +91,7 @@ /* * Nav */ -#nav { position: absolute; top: 41px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.2428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } +#nav { position: absolute; top: 17px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.1428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } #nav li { float: left; margin: 0; padding: 0; list-style: none; } #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; } #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; } @@ -104,7 +99,7 @@ /* * Search */ -#search { position: absolute; right: 15px; top: 50px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } +#search { position: absolute; right: 15px; top: 26px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } #search legend { display: none; } #search label { position: absolute; left: -9999px; } #search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; } @@ -153,4 +148,4 @@ * Lists without big bullet type... */ -#home .undecorated_list li { list-style:decimal outside; background: none; padding-left: 0px; min-height: 0px; margin-bottom: 1.7em} #home .undecorated_list li li { list-style: circle outside } \ No newline at end of file +#home .undecorated_list li { list-style:decimal outside; background: none; padding-left: 0px; min-height: 0px; margin-bottom: 1.7em} #home .undecorated_list li li { list-style: circle outside } diff -r 7ba358bcf795 -r 101601f15bf5 hgscm/templates/base.html --- a/hgscm/templates/base.html Fri Jul 10 10:36:15 2009 +0200 +++ b/hgscm/templates/base.html Fri Jul 10 11:34:22 2009 +0200 @@ -11,8 +11,6 @@ Mercurial SCM -
Please note that this site is work in progress and incomplete! You probably want to visit the official mercurial homepage instead.
-

mercurial