diff pylons_app/templates/base/base.html @ 225:710e7a75bb6b rhodecode-0.0.0.7.5

templating update, improved look & feel, version bump
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 26 May 2010 00:20:03 +0200
parents 64e1125fc479
children f188b156603d
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Wed May 26 00:05:30 2010 +0200
+++ b/pylons_app/templates/base/base.html	Wed May 26 00:20:03 2010 +0200
@@ -65,6 +65,7 @@
 					else{
 						YAHOO.util.Dom.setStyle('switch_repos','display','');
 						YAHOO.util.Dom.setStyle('repo_switcher','background','#FFFFFF');
+						YAHOO.util.Dom.setStyle('repo_switcher','color','#556CB5');
 						YAHOO.util.Dom.addClass('repo_switcher','selected');
 					}
 					});
@@ -75,7 +76,7 @@
 			        window.location = url;
 				})
 	           });
-	       	</script>
+	       	</script>       	
 	        <ul class="page-nav">
 				<li>
 					<a id="repo_switcher" title="${_('Switch repository')}" href="#">&darr;</a>