diff rhodecode/public/css/style.css @ 3887:4930abd96a7e beta

minor css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 May 2013 03:10:28 +0200
parents dc4644865e8b
children 5293d4bbb1ea
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed May 22 02:59:20 2013 +0200
+++ b/rhodecode/public/css/style.css	Wed May 22 03:10:28 2013 +0200
@@ -367,7 +367,6 @@
     height: 40px;
     width: 46px;
     display: block;
-    background: url("../images/button_home.png");
     background-position: 0 0;
     margin: 0;
     padding: 0;
@@ -1738,7 +1737,7 @@
 
 #summary-menu-stats a span {
     background-color: #DEDEDE;
-    color: 888 !important;
+    color: #888 !important;
     border-radius: 4px;
     padding: 2px 4px;
     font-size: 10px;
@@ -3473,7 +3472,7 @@
 }
 
 #msg_close {
-    background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
+    background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0;
     cursor: pointer;
     height: 16px;
     position: absolute;