From eb919c2933477e776cf8e5b3a3470abbd9cc04da Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 18 Jul 2013 15:32:10 -0700 Subject: [PATCH] Remove update notice from footer privacy policy link. --- r2/r2/public/static/css/reddit.less | 3 --- r2/r2/templates/redditfooter.html | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index 626a34687..5219d5437 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -2715,9 +2715,6 @@ body.rulespage-body { .bottommenu { color: gray; font-size: smaller; clear: both} .bottommenu a { color: gray; text-decoration: underline; } -.bottommenu .updated { - color: green; -} .debuginfo { text-align: right; diff --git a/r2/r2/templates/redditfooter.html b/r2/r2/templates/redditfooter.html index 3ccbd40b5..ae0f86f0b 100644 --- a/r2/r2/templates/redditfooter.html +++ b/r2/r2/templates/redditfooter.html @@ -49,9 +49,8 @@ "%(user_agreement)s and %(privacy_policy)s"), nocname=True, user_agreement = dict(link_text=_("User Agreement {Genitive}"), path="/help/useragreement"), - privacy_policy = dict(link_text=_("Privacy Policy (updated)"), - path="/help/privacypolicy", - _class="updated"))}. + privacy_policy = dict(link_text=_("Privacy Policy {Genitive}"), + path="/help/privacypolicy"))}. © ${_("%(year)d reddit inc. All rights reserved.") % \ dict(year=datetime.datetime.now().timetuple()[0])}