From ee3f876867b2b195ae1d648234301938bbf5cf6f Mon Sep 17 00:00:00 2001 From: Aeva Ntsc Date: Tue, 16 Oct 2012 01:55:04 -0500 Subject: [PATCH] tweaking the template --- mediagoblin/templates/mediagoblin/media_displays/stl.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mediagoblin/templates/mediagoblin/media_displays/stl.html b/mediagoblin/templates/mediagoblin/media_displays/stl.html index ceabbf04..6cc19b14 100644 --- a/mediagoblin/templates/mediagoblin/media_displays/stl.html +++ b/mediagoblin/templates/mediagoblin/media_displays/stl.html @@ -37,15 +37,20 @@ #top_view, #side_view, #front_view, #thingy_view { display: none; } +.media_image { + cursor: inherit!important; +} + +{% if media.media_data.file_type == "stl" %} +{% endif %}