mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-19 02:39:54 +00:00
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
|
height: 75px
|
||||||
width: 75px
|
width: 75px
|
||||||
border: 1px solid #ccc
|
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
|
&:first-child
|
||||||
margin-left: 2em
|
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 photo = $(obj);
|
||||||
var image = {
|
var image = {
|
||||||
href: photo.attr('url_z'),
|
href: photo.attr('url_z'),
|
||||||
src: '/images/photos.jpg?20111208',
|
src: '/images/photos.jpg?20120121',
|
||||||
alt: photo.attr('title')
|
alt: photo.attr('title')
|
||||||
};
|
};
|
||||||
var li = $(image_template(image));
|
var li = $(image_template(image));
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue