From 99a792e4791ebc2c1ff6e6b96d9ea080dd59b364 Mon Sep 17 00:00:00 2001 From: pete gamache Date: Sat, 30 Apr 2011 09:49:44 -0400 Subject: [PATCH] made alert text style --- app/views/page/contact.html.erb | 4 ++-- config/database.yml | 3 --- public/main.css | 5 ++++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/page/contact.html.erb b/app/views/page/contact.html.erb index 17c4abb..70a39b5 100644 --- a/app/views/page/contact.html.erb +++ b/app/views/page/contact.html.erb @@ -1,9 +1,9 @@ <% if flash[:email_signup_message] %> -

+

<%= flash[:email_signup_message] %> -

+

<% end %>

diff --git a/config/database.yml b/config/database.yml index ea6de31..abc1553 100644 --- a/config/database.yml +++ b/config/database.yml @@ -21,6 +21,3 @@ production: username: missing_ships password: cumm_cravving_sluttz - database: db/production.sqlite3 - pool: 5 - timeout: 5000 diff --git a/public/main.css b/public/main.css index ed68521..1264935 100644 --- a/public/main.css +++ b/public/main.css @@ -141,7 +141,10 @@ iframe { } - +.alert { + color: #711; + font-weight: bold; +} #mailing-list label { width: 4em; display: inline-block;