From 39da9302a1b88aaaece45b437a40d425bd5222b4 Mon Sep 17 00:00:00 2001
From: danielgrippi <danielgrippi@gmail.com>
Date: Fri, 15 Jul 2011 22:33:55 -0700
Subject: [PATCH] Revert "deleted unused file".  sorry!! :(

This reverts commit a6f2f82c5e71efb49cc73e0edcb50cbbc9065558.
---
 app/views/notifier/_notifier_css.haml | 28 +++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 app/views/notifier/_notifier_css.haml

diff --git a/app/views/notifier/_notifier_css.haml b/app/views/notifier/_notifier_css.haml
new file mode 100644
index 0000000000..4ca518b2d4
--- /dev/null
+++ b/app/views/notifier/_notifier_css.haml
@@ -0,0 +1,28 @@
+:css
+  body{
+    width:600px;
+    font-family: 'Helvetica',sans-serif;
+    }
+  #container{
+  }
+  header{
+    margin-bottom: 25px;
+  }
+  p{
+    padding:5px;
+  }
+  p.small{
+    font-size:smaller;
+    color:#999;
+    font-style:italic;
+  }
+  a{
+    color:#107FC9;
+    font-weight:bold;
+  }
+  a:hover{
+    color: #22AAE0;
+  }
+  a:active{
+    color: #005D9C;
+  }
-- 
GitLab