witten
/
luminotes
Archived
1
0
Fork 0

Colored the 60-day guarantee text on the download page.

This commit is contained in:
Dan Helfman 2008-12-30 16:34:46 -08:00
parent afe17fd340
commit a2d68acedf
3 changed files with 4 additions and 5 deletions

View File

@ -305,7 +305,7 @@
padding-bottom: 0.5em; padding-bottom: 0.5em;
} }
.upgrade_downgrade_text { .lighter_text {
color: #267dff; color: #267dff;
} }

View File

@ -31,9 +31,8 @@ class Download_page( Product_page ):
), ),
), ),
P( P(
""" u"Install Luminotes on your computer.",
Install Luminotes on your computer. 60-day money-back guarantee. Span( u"60-day money-back guarantee.", class_ = u"lighter_text" ),
""",
class_ = u"upgrade_subtitle", class_ = u"upgrade_subtitle",
), ),
Div( Div(

View File

@ -37,7 +37,7 @@ class Upgrade_page( Product_page ):
), ),
P( P(
( user.rate_plan == 0 ) and u"30-day free trial on all plans." or None, ( 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", class_ = u"upgrade_subtitle",
), ),
P( P(