1
0
Fork 0
forked from wezm/wezm.net

Update photos

This commit is contained in:
Wesley Moore 2012-01-21 17:15:42 +11:00
parent 424ee2dca0
commit 64bef64671
4 changed files with 3 additions and 3 deletions

View file

@ -282,7 +282,7 @@ a
height: 75px
width: 75px
border: 1px solid #ccc
background: url(/images/photos.jpg?20111208) no-repeat 0 -75px
background: url(/images/photos.jpg?20120121) no-repeat 0 -75px
&:first-child
margin-left: 2em

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View file

@ -8,7 +8,7 @@ jQuery(function () {
var photo = $(obj);
var image = {
href: photo.attr('url_z'),
src: '/images/photos.jpg?20111208',
src: '/images/photos.jpg?20120121',
alt: photo.attr('title')
};
var li = $(image_template(image));

File diff suppressed because one or more lines are too long