cleaning html, other ui fixes

这个提交存在于:
Matthew Scragg 2013-10-03 13:13:10 -05:00
父节点 4992b29bd8
当前提交 afa4da4869
共有 6 个文件被更改,包括 28 次插入34 次删除

查看文件

@ -6,6 +6,16 @@
<script src="/static/js/dillinger.js"></script>
{% endblock %}
{% block body %}
<style>
#main-body {
background: inherit;
border: inherit;
padding: 0;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0;
}
</style>
<div id="app-wrap" class="container-fluid">
<div id="app-controls" class="row">