diff rhodecode/public/css/style.css @ 3551:f0384b9ed5b9 beta

codecleaner
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Mar 2013 16:41:39 +0100
parents 7abbb77b02d0
children 7967d00e4692
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Mar 20 16:21:34 2013 +0100
+++ b/rhodecode/public/css/style.css	Wed Mar 20 16:41:39 2013 +0100
@@ -3390,7 +3390,7 @@
 }
 
 .error_msg a {
-	text-decoration: underline;
+    text-decoration: underline;
 }
 
 .warning_msg {
@@ -3409,7 +3409,7 @@
 }
 
 .warning_msg a {
-	text-decoration: underline;
+    text-decoration: underline;
 }
 
 .success_msg {
@@ -3427,8 +3427,8 @@
 }
 
 .success_msg a {
-	text-decoration: underline;
-	color: #FFF !important;
+    text-decoration: underline;
+    color: #FFF !important;
 }
 
 .notice_msg {
@@ -4849,4 +4849,4 @@
 .lineno:target a {
     border: solid 2px #ee0 !important;
     margin: -2px;
-}
\ No newline at end of file
+}