Fixing the STL media page for post-skeleton merge

This commit is contained in:
Christopher Allan Webber 2014-01-26 13:08:01 -06:00
parent cebd1ad71c
commit f6e9aa8aa2

View File

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