forked from wezm/wezm.net
Update photos
This commit is contained in:
parent
424ee2dca0
commit
64bef64671
4 changed files with 3 additions and 3 deletions
|
@ -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 |
|
@ -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
Loading…
Reference in a new issue