witten
/
luminotes
Archived
1
0
Fork 0

Switched to a better looking checkmark.. I think.

This commit is contained in:
Dan Helfman 2008-04-12 02:22:37 +00:00
parent eaaf1b3de5
commit 21c2d0a050
3 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 830 B

Binary file not shown.

View File

@ -47,33 +47,33 @@ class Upgrade_page( Product_page ):
Tr(
Td( u"Unlimited wiki notebooks", class_ = u"feature_name" ),
[ Td(
Img( src = u"/static/images/check.png", width = u"20", height = u"17" ),
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ),
) for plan in rate_plans ],
),
Tr(
Td( u"Friendly email support", class_ = u"feature_name" ),
[ Td(
Img( src = u"/static/images/check.png", width = u"20", height = u"17" ),
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ),
) for plan in rate_plans ],
),
Tr(
Td( u"Invite people to view your wiki", class_ = u"feature_name" ),
[ Td(
Img( src = u"/static/images/check.png", width = u"20", height = u"17" ),
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ),
) for plan in rate_plans ],
),
Tr(
Td( u"Invite people to edit your wiki", class_ = u"feature_name" ),
[ Td(
plan[ u"notebook_collaboration" ] and
Img( src = u"/static/images/check.png", width = u"20", height = u"17" ) or u"&nbsp",
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ) or u"&nbsp",
) for plan in rate_plans ],
),
Tr(
Td( u"Wiki access control", class_ = u"feature_name" ),
[ Td(
plan[ u"notebook_collaboration" ] and
Img( src = u"/static/images/check.png", width = u"20", height = u"17" ) or u"&nbsp",
Img( src = u"/static/images/check.png", width = u"22", height = u"22" ) or u"&nbsp",
) for plan in rate_plans ],
),
border = u"1",