From 98a8fbcfb6647ebc76413460b55dca7840e30c23 Mon Sep 17 00:00:00 2001
From: danielvincent <danielgrippi@gmail.com>
Date: Wed, 20 Oct 2010 10:37:00 -0700
Subject: [PATCH] request badge text color fix

---
 public/stylesheets/sass/application.sass | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 064017959f..56a781be52 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -733,6 +733,11 @@ h1.big_text
   :display inline
   :float right
 
+  form
+    :margin
+      :right 0
+      :top 0
+
 .back
   :font
     :size 12px
@@ -936,6 +941,7 @@ h1.big_text
       :color #333
 
     :border-radius 5px
+    :color #ccc
   
     a
       :color #ccc
-- 
GitLab