Don't show zoom in cursor if there is no larger version
authorJef van Schendel <mail@jefvanschendel.nl>
Tue, 23 Oct 2012 13:41:46 +0000 (15:41 +0200)
committerJef van Schendel <mail@jefvanschendel.nl>
Tue, 23 Oct 2012 13:41:46 +0000 (15:41 +0200)
mediagoblin/static/css/base.css

index cd16a7c0450dde41ecbbf056b40c9a9283c7f4f7..9a203f3a78132db370602d0e08f335f992823be9 100644 (file)
@@ -464,7 +464,7 @@ p.media_specs {
   padding: 130px 10px 20px 10px;
 }
 
-img.media_image {
+img.media_image {
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   cursor: zoom-in;