This commit is contained in:
Andreas Stephanides
2013-09-10 11:27:30 +02:00
11 changed files with 70 additions and 37 deletions

View File

@@ -33,4 +33,16 @@
//.fade {
// opacity: 0;
// transition: opacity 0.15s linear 0s;
//}
//}
div.gallery-block
{
padding: 10px;
margin-bottom: 10px;
}
a.gallery-block:hover
{
display: block;
box-shadow: 1px 1px 2px 2px lightgray;
}