From 5f0210378aeeadb70610c4b63cbfee506614403c Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Tue, 21 Feb 2012 16:30:55 -0800
Subject: [PATCH] added banner to announce new brand

---
 resources/static/css/style.css | 15 +++++++++++++++
 resources/views/index.ejs      |  4 ++++
 2 files changed, 19 insertions(+)

diff --git a/resources/static/css/style.css b/resources/static/css/style.css
index 0dfb71a30..2b75378bd 100644
--- a/resources/static/css/style.css
+++ b/resources/static/css/style.css
@@ -808,3 +808,18 @@ footer {
   bottom: 0;
 }
 
+#newsbanner {
+  background-color: #faca33;
+  line-height: 32px;
+  border-radius: 4px;
+  margin-bottom: 20px;
+  text-align: center;
+  color: #626160;
+  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
+  height: 32px;
+  -webkit-transition: all 500ms;
+  -moz-transition: all 500ms;
+  -ms-transition: all 500ms;
+  -o-transition: all 500ms;
+  transition: all 500ms;
+}
diff --git a/resources/views/index.ejs b/resources/views/index.ejs
index b07203f65..57f1c8d7b 100644
--- a/resources/views/index.ejs
+++ b/resources/views/index.ejs
@@ -52,6 +52,10 @@
   </div>
 
   <div id="vAlign" class="display_nonauth">
+      <div id="newsbanner">
+        BrowserID is graduating: we're launching <b>Mozilla Persona</b>. Find out more on <a href="http://identity.mozilla.com/">the identity blog</a>.
+      </div>
+
       <div id="signUp">
           <div id="card"><img src="/i/slit.png"></div>
           <div id="hint"></div>
-- 
GitLab