Skip to content

Commit

Permalink
made alert text style
Browse files Browse the repository at this point in the history
  • Loading branch information
gamache committed Apr 30, 2011
1 parent 3406cca commit 99a792e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/views/page/contact.html.erb
@@ -1,9 +1,9 @@
<img src="/images/mslion.jpg" style="float:left; margin-right: 10px" />

<% if flash[:email_signup_message] %>
<h4 class="alert">
<p class="alert">
<%= flash[:email_signup_message] %>
</h4>
</p>
<% end %>

<p>
Expand Down
3 changes: 0 additions & 3 deletions config/database.yml
Expand Up @@ -21,6 +21,3 @@ production:
username: missing_ships
password: cumm_cravving_sluttz

database: db/production.sqlite3
pool: 5
timeout: 5000
5 changes: 4 additions & 1 deletion public/main.css
Expand Up @@ -141,7 +141,10 @@ iframe {

}


.alert {
color: #711;
font-weight: bold;
}
#mailing-list label {
width: 4em;
display: inline-block;
Expand Down

0 comments on commit 99a792e

Please sign in to comment.