diff rhodecode/public/css/style.css @ 3532:9e677f6d34cb beta

Fixing missing icons. Removing the breadcrumb from the box header, so it will only be on the context bar.
author Leonardo <leo@unity3d.com>
date Tue, 05 Mar 2013 10:39:37 +0100
parents 53eafc983b5c
children ed48d17836a4
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Mon Mar 04 18:56:02 2013 +0100
+++ b/rhodecode/public/css/style.css	Tue Mar 05 10:39:37 2013 +0100
@@ -1876,11 +1876,11 @@
     border-top: none;
 }
 
-#summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
-#summary-menu-stats a.forks     { background-image: url('../images/icons/arrow_divide.png')}
-#summary-menu-stats a.settings  { background-image: url('../images/icons/cog_edit.png')}
-#summary-menu-stats a.feed      { background-image: url('../images/icons/rss_16.png')}
-#summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
+#summary-menu-stats a.followers         { background-image: url('../images/icons/heart.png')}
+#summary-menu-stats a.forks             { background-image: url('../images/icons/arrow_divide.png')}
+#summary-menu-stats a.settings          { background-image: url('../images/icons/cog_edit.png')}
+#summary-menu-stats a.feed              { background-image: url('../images/icons/rss_16.png')}
+#summary-menu-stats a.repo-size         { background-image: url('../images/icons/server.png')}
 
 #summary-menu-stats a {
     display: block;