cleaning html, other ui fixes
This commit is contained in:
parent
4992b29bd8
commit
afa4da4869
6 changed files with 28 additions and 34 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue