fix margin bottom on lightbox

This commit is contained in:
danielgrippi 2011-07-10 21:59:25 -07:00
parent 71dbfce23f
commit 2ea64658ec

View file

@ -30,6 +30,7 @@
display: block;
max-width: 800px;
max-height: 800px;
margin-bottom: 120px;
}
#lightbox-content{
@ -83,7 +84,7 @@
width: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.85);
background-color: rgba(0,0,0,0.9);
display: none;
}