Merge pull request #303 from curtismchale/master

Fixed fancy box close icon
This commit is contained in:
Mike Jolley 2011-12-02 01:41:21 -08:00
commit f8f19c9881
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
width: 25px;
height: 25px;
background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
cursor: pointer;
z-index: 1103;