diff options
-rw-r--r-- | mediagoblin/static/css/base.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 5e9c0b3e..f29f4ed2 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -433,11 +433,17 @@ p.media_specs { } .no_html5 { - background: black; - color: white; - text-align: center; - height: 160px; - padding: 130px 10px 20px 10px; + background: black; + color: white; + text-align: center; + height: 160px; + padding: 130px 10px 20px 10px; +} + +img.media_image { + cursor: -webkit-zoom-in; + cursor: -moz-zoom-in; + cursor: zoom-in; } /* icons */ |