forked from wezm/wezm.net
Update photos
This commit is contained in:
parent
7bbdce255a
commit
41991c2527
4 changed files with 4 additions and 4 deletions
|
@ -282,7 +282,7 @@ a
|
||||||
height: 75px
|
height: 75px
|
||||||
width: 75px
|
width: 75px
|
||||||
border: 1px solid #ccc
|
border: 1px solid #ccc
|
||||||
background: url(/images/photos.jpg) no-repeat 0 -75px
|
background: url(/images/photos.jpg?20111208) no-repeat 0 -75px
|
||||||
|
|
||||||
&:first-child
|
&:first-child
|
||||||
margin-left: 2em
|
margin-left: 2em
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 122 KiB |
|
@ -8,7 +8,7 @@ jQuery(function () {
|
||||||
var photo = $(obj);
|
var photo = $(obj);
|
||||||
var image = {
|
var image = {
|
||||||
href: photo.attr('url_z'),
|
href: photo.attr('url_z'),
|
||||||
src: '/images/photos.jpg',
|
src: '/images/photos.jpg?20111208',
|
||||||
alt: photo.attr('title')
|
alt: photo.attr('title')
|
||||||
};
|
};
|
||||||
var li = $(image_template(image));
|
var li = $(image_template(image));
|
||||||
|
@ -20,5 +20,5 @@ jQuery(function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Populate Flickr
|
// Populate Flickr
|
||||||
jQuery.get("/photos.xml", {}, populate_flickr);
|
jQuery.get("/photos.xml?20111208", {}, populate_flickr);
|
||||||
});
|
});
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue