diff rhodecode/public/css/style.css @ 648:74bbfdd47884 beta

Small fixes for style. Added scm type for changeset. Fixed raw changeset
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 03 Nov 2010 16:09:12 +0100
parents fdb984a94d5b
children ae292c3b94ed
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Nov 03 01:48:04 2010 +0100
+++ b/rhodecode/public/css/style.css	Wed Nov 03 16:09:12 2010 +0100
@@ -2312,8 +2312,10 @@
 }
 
 #q_filter{
-border: 0px;
+border:0 none;
 color:#CDCDCD;
-padding-left:3px
+margin-bottom:-4px;
+margin-top:-4px;
+padding-left:3px;
 }