witten
/
luminotes
Archived
1
0
Fork 0

Updated upgrade page with new screenshot thumbnails.. Still need to revamp whole upgrade page though.

This commit is contained in:
Dan Helfman 2008-03-06 23:33:35 +00:00
parent 68addd8d56
commit b4a2c7273d
4 changed files with 12 additions and 12 deletions

View File

@ -166,16 +166,16 @@ ol li {
.thumbnail_left {
float: left;
border-width: 0;
margin: 1em;
margin-right: 2em;
margin-bottom: 1em;
margin: 0.5em;
margin-right: 1em;
margin-bottom: 0.5em;
border: 1px solid #999999;
}
.thumbnail_right {
float: right;
border-width: 0;
margin: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin: 0.5em;
margin-left: 1em;
margin-bottom: 0.5em;
border: 1px solid #999999;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

View File

@ -75,8 +75,8 @@ class Upgrade_note( Span ):
Img(
src = u"/static/images/share_thumb.png",
class_ = u"thumbnail_right",
width = u"200",
height = u"200",
width = u"175",
height = u"100",
),
href = u"/static/images/share.png",
target = u"_new",
@ -101,8 +101,8 @@ class Upgrade_note( Span ):
Img(
src = u"/static/images/access_thumb.png",
class_ = u"thumbnail_left",
width = u"200",
height = u"200",
width = u"175",
height = u"100",
),
href = u"/static/images/access.png",
target = u"_new",