2
0

Reference mpw-js from the main page + interlace the images.

This commit is contained in:
Maarten Billemont
2014-10-23 22:17:17 -04:00
parent 6f77e1922b
commit 2b0cc8ec7b
59 changed files with 12 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ a .popup {
margin-right: -100px;
padding: 8px;
}
a .popup.border {
margin-bottom: 1em;
}
a:hover .popup {
display: block;
}
@@ -108,6 +111,11 @@ img.block {
margin: auto 1em;
width: 640px;
}
img.border {
background: #AAA;
border: 1px solid #333;
padding: 1px;
}
.thumb {
clear: both;