From a2d68acedf5e0cf2c3169642d1b67ce21ca3fc05 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 30 Dec 2008 16:34:46 -0800 Subject: [PATCH] Colored the 60-day guarantee text on the download page. --- static/css/product.css | 2 +- view/Download_page.py | 5 ++--- view/Upgrade_page.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/static/css/product.css b/static/css/product.css index 455dc6d..e1f717a 100644 --- a/static/css/product.css +++ b/static/css/product.css @@ -305,7 +305,7 @@ padding-bottom: 0.5em; } -.upgrade_downgrade_text { +.lighter_text { color: #267dff; } diff --git a/view/Download_page.py b/view/Download_page.py index c44c438..fe092c7 100644 --- a/view/Download_page.py +++ b/view/Download_page.py @@ -31,9 +31,8 @@ class Download_page( Product_page ): ), ), P( - """ - Install Luminotes on your computer. 60-day money-back guarantee. - """, + u"Install Luminotes on your computer.", + Span( u"60-day money-back guarantee.", class_ = u"lighter_text" ), class_ = u"upgrade_subtitle", ), Div( diff --git a/view/Upgrade_page.py b/view/Upgrade_page.py index abe2e52..da50dcb 100644 --- a/view/Upgrade_page.py +++ b/view/Upgrade_page.py @@ -37,7 +37,7 @@ class Upgrade_page( Product_page ): ), P( ( user.rate_plan == 0 ) and u"30-day free trial on all plans." or None, - Span( u"Upgrade, downgrade, or cancel anytime.", class_ = u"upgrade_downgrade_text" ), + Span( u"Upgrade, downgrade, or cancel anytime.", class_ = u"lighter_text" ), class_ = u"upgrade_subtitle", ), P(