diff options
author | raylu <raylu@mixpanel.com> | 2011-11-05 03:22:24 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-11-05 03:22:24 -0700 |
commit | e9a77e77fc245aa8bd07a40c8d7d563131a3ecc4 (patch) | |
tree | c164d2bc01e7d7e557161f8b5ca2bf786e819601 /css/page.css | |
parent | c29b485df3475e251dce77e68d61462e2619ba9e (diff) | |
download | pathery-e9a77e77fc245aa8bd07a40c8d7d563131a3ecc4.tar.xz |
re-introduce extra text for guests
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/page.css b/css/page.css index d38a21b..f4fb112 100644 --- a/css/page.css +++ b/css/page.css @@ -82,7 +82,7 @@ a:hover { #difficulties {
width: 100%;
text-align: center;
- margin-bottom: 25px;
+ margin-bottom: 35px;
}
#difficulties a {
margin: 0 10px;
|