diff --git a/css/gallery.css b/css/gallery.css index 4387b6a..049dde2 100755 --- a/css/gallery.css +++ b/css/gallery.css @@ -12,3 +12,8 @@ overflow:hidden; } #thumbnails.gallery .thumbnail a:hover { background:transparent !important; } +#thumbnails.gallery .thumbnail a img { + position:relative; + top:-8px; + left:-8px; +} diff --git a/less/gallery.less b/less/gallery.less index 4bf77ee..c1396ed 100755 --- a/less/gallery.less +++ b/less/gallery.less @@ -16,5 +16,10 @@ &:hover { background: transparent !important; } + img { + position: relative; + top: -8px; + left: -8px; + } } } \ No newline at end of file diff --git a/less/gallery.less.cache b/less/gallery.less.cache index 7c45928..ec8dbbf 100755 --- a/less/gallery.less.cache +++ b/less/gallery.less.cache @@ -1,4 +1,4 @@ -a:4:{s:4:"root";s:19:"./less/gallery.less";s:8:"compiled";s:388:"#thumbnails.gallery .thumbnail { +a:4:{s:4:"root";s:19:"./less/gallery.less";s:8:"compiled";s:475:"#thumbnails.gallery .thumbnail { border:solid 2px transparent; width:150px; height:150px; @@ -12,4 +12,9 @@ a:4:{s:4:"root";s:19:"./less/gallery.less";s:8:"compiled";s:388:"#thumbnails.gal overflow:hidden; } #thumbnails.gallery .thumbnail a:hover { background:transparent !important; } -";s:5:"files";a:1:{s:41:"/home/ksokhan/pique-dev/less/gallery.less";i:1332702843;}s:7:"updated";i:1333035826;} \ No newline at end of file +#thumbnails.gallery .thumbnail a img { + position:relative; + top:-8px; + left:-8px; +} +";s:5:"files";a:1:{s:41:"/home/ksokhan/pique-dev/less/gallery.less";i:1333073189;}s:7:"updated";i:1333073190;} \ No newline at end of file