diff --git a/app/views/home/home.html.haml b/app/views/home/home.html.haml
index 0065f11e492..18aefbe6b1f 100644
--- a/app/views/home/home.html.haml
+++ b/app/views/home/home.html.haml
@@ -56,24 +56,6 @@
float: right;
}
- #change-page {
- color: #999;
- text-align: center;
- font-style: italic;
- }
-
- footer .container {
- margin-top: 15px;
- }
-
- .helpful {
- cursor: help;
- }
-
- li {
- list-style: none;
- }
-
%body
#page.container
#content
@@ -85,12 +67,11 @@
.row{:style => "text-align: center;"}
#banner
%h1 Welcome, friend.
- %h3
- = t('uniknintro')
+ %p
+ = t('uniknintro')
%br
%br
#steps.row
.span4
%h2
- Login:
- %a#login-link.btn{:href => "login", :style => "margin-right: 15px;"} Log In
\ No newline at end of file
+ %a#login-link.btn{:href => "login"} Log In
\ No newline at end of file