CHANGE: New visualisation of Gallery

This commit is contained in:
HausdorffHimself
2013-09-10 01:55:47 +02:00
parent ba6d83937f
commit 0e12cec427
7 changed files with 55 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

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;
}