changeset 3436:3c5736961cbe beta

css: fix invalid values
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Feb 2013 23:05:28 +0100
parents a81dba13e6a2
children deb51ab04891
files rhodecode/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Feb 28 23:05:28 2013 +0100
+++ b/rhodecode/public/css/style.css	Thu Feb 28 23:05:28 2013 +0100
@@ -3548,7 +3548,7 @@
 }
 
 .ui-btn.disabled:hover {
-    background-position:none;
+    background-position: 0;
     color: #999;
     text-decoration: none;
     box-shadow: none !important;
@@ -4709,8 +4709,7 @@
     padding: 0 !important;
     background: none !important;
     border:0 !important;
-    vertical-align: none !important;
-
+    vertical-align: baseline !important
 }
 table.code-difftable .context {
     background:none repeat scroll 0 0 #DDE7EF;