diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 03:46:49 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 03:46:49 -0700 |
commit | bb96c609c2c25509e110e5aeab228bbf4ebfa9f3 (patch) | |
tree | 337e77a47a4431414536c2fa0635b0d3f9716f10 /views/pages | |
parent | 264cabb1a29642b5b1f3483a172627af14ca8c96 (diff) | |
download | otakuhub-bb96c609c2c25509e110e5aeab228bbf4ebfa9f3.tar.xz |
don't define link colors in style.css; big signup button
Diffstat (limited to 'views/pages')
-rw-r--r-- | views/pages/home.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/home.html.php b/views/pages/home.html.php index 34012ba..c261efb 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -3,7 +3,7 @@ $this->styles($this->html->style("/css/home.css")); ?> <h1>The Otaku Social Network</h1> -<a href="/users/signup">Sign up!</a> +<a href="/users/signup" id="signup" class="gradient">Sign up!</a> <svg height="0"> <mask id="scrollmask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"> <linearGradient id="g" gradientUnits="objectBoundingBox" x2="1" y2="0"> |