cleaning html, other ui fixes
This commit is contained in:
parent
4992b29bd8
commit
afa4da4869
6 changed files with 28 additions and 34 deletions
|
@ -12,11 +12,6 @@
|
|||
<link href="/static/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="/static/css/style.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
</style>
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="/static/js/html5shiv.js"></script>
|
||||
|
|
|
@ -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