diff --git a/app/views/industry/donate.html.haml b/app/views/industry/donate.html.haml index 9a399de..c453e3c 100644 --- a/app/views/industry/donate.html.haml +++ b/app/views/industry/donate.html.haml @@ -1,4 +1,14 @@ -%h1 Donations +%h1 nations + +:css + #donate:link { + border-style: solid; + border-width : 1px 4px 4px 1px; + text-decoration : none; + padding : 2px; + border-color : #69f #00f #00f #69f; + } + #donate:hover { border-color: #ccc; } %div#industry_nav - %w(information sponsors donate).each do |name| @@ -7,5 +17,4 @@ #donation-info %p Thank you for considering donating to IEEE! To continue, please click - = link_to 'HERE', :action => 'new', :controller => 'donations' - + %a{:id => "donate"}= link_to 'HERE', { :controller => 'donations', :action => 'new' }, :id => "donate"