Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Added some css changes for the frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
cbetta committed Aug 6, 2011
1 parent 78c8653 commit 075ee44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/buttons.css
Expand Up @@ -157,7 +157,7 @@

/* blue */
.blue {
color: #d9eef7;
color: #d9eef7 !important;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/frontpage.css.scss
@@ -1,5 +1,5 @@
body.frontpage {
.button {
.red.button {
font-weight: bold;
font-size: 20px;
}
Expand Down
6 changes: 4 additions & 2 deletions app/views/frontpage/index.html.erb
Expand Up @@ -2,5 +2,7 @@

<p>Why wait for an ambulance if there's a first aider nearby? 999now.com tries to get you a first responder as quickly as possible</p>

<%= link_to "I need help now!", alarms_path, :class => 'button red bigrounded' %>
<%= link_to "Become a responder", new_authorisation_path, :class => 'button green bigrounded' %>
<%= link_to "I need help now!", alarms_path, :class => 'button red large' %>
<br/><br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<%= link_to "Become a responder", new_authorisation_path, :class => 'button blue large' %>

0 comments on commit 075ee44

Please sign in to comment.