Fixing the STL media page for post-skeleton merge
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 26 Jan 2014 19:08:01 +0000 (13:08 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 26 Jan 2014 19:08:01 +0000 (13:08 -0600)
mediagoblin/templates/mediagoblin/media_displays/stl.html

index bc12ce4e34853223e1782ed3df4809f02a9f331f..ca0479ce35436384f04257153583bc3ace125f02 100644 (file)
@@ -80,6 +80,9 @@ window.show_things = function () {
 };
 </script>
 
+<div class="media_pane eleven columns">
+<div class="media_image_container">
+
 <img 
    id="perspective"
    class="media_image"
@@ -106,6 +109,7 @@ window.show_things = function () {
         Image for {{ media_title }}{% endtrans %}" />
 <div id="thingy_view" style="width:640px;height:640px;"></div>
 
+</div>
 
 <div style="padding: 4px;">
   <a class="button_action" onclick="show('perspective');">
@@ -133,6 +137,7 @@ window.show_things = function () {
   </a>
 </div>
 
+</div>
 
 {% endblock %}