Add zoom-in cursor css; small indentation fix

This commit is contained in:
Jef van Schendel 2012-07-21 00:27:49 +02:00
parent e175251899
commit 36f8e350d4

View File

@ -440,6 +440,12 @@ p.media_specs {
padding: 130px 10px 20px 10px;
}
img.media_image {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
/* icons */
img.media_icon {