From 12709072954759490290317fb0d93e166e0be1f8 Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Sun, 13 May 2012 16:50:33 -0400 Subject: [PATCH] merge these changes to master when the real money bit is flipped --- frontend/templates/base.html | 2 +- static/css/sitewide.css | 5 +++++ static/less/sitewide.less | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 4f3a2054..7c3c4591 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -80,7 +80,7 @@ {% if is_preview %}
-Welcome to the alpha version of Unglue.it. This site is a preview of our full functionality; some things (including pledging) aren't turned on yet. If something seems broken or confusing -- or if you find something you love! -- please give us feedback. Thank you for your interest, and have fun. +Welcome to the almost-beta version of Unglue.it. Want to help us with a test campaign? Here it is. Please try to break it, and then send us feedback. Thank you! Real campaigns coming Thursday at noon. See you then.
{% endif %} {% block topsection %}{% endblock %} diff --git a/static/css/sitewide.css b/static/css/sitewide.css index dab728cf..0a47afe1 100644 --- a/static/css/sitewide.css +++ b/static/css/sitewide.css @@ -113,12 +113,17 @@ padding: 5px 10px; font-size: 13px; line-height: 17px; + border-color: #e18551; width: 934px; margin: 10px auto 0 auto; + font-size: 120%; } .preview_top a { color: #8dc63f; } +.preview_top a { + font-size: 110%; +} .preview_content { border: solid 3px #e35351; -moz-border-radius: 7px; diff --git a/static/less/sitewide.less b/static/less/sitewide.less index 0ad56107..e4597e61 100644 --- a/static/less/sitewide.less +++ b/static/less/sitewide.less @@ -18,8 +18,14 @@ .preview_top { .preview; + border-color: @orange; width: 934px; margin:10px auto 0 auto; + font-size: 120%; + + a { + font-size: 110%; + } } .preview_content {