Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskaman82 <albert@wd-design.de>2015-11-01 14:16:01 +0300
committerskaman82 <albert@wd-design.de>2015-11-01 14:16:01 +0300
commit923951145ea1f952051db719360ee28f1d51606b (patch)
tree8ec206639e013b8a757ebed4adcbdf88d1a832f3 /main.html
parentcdfbbe599ba96a6d605e707755f05c5ebefe3973 (diff)
main.html cleanup
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/main.html b/main.html
index 307ff4cf..e4e73dc5 100755
--- a/main.html
+++ b/main.html
@@ -77,8 +77,9 @@
<script type="text/javascript" src="./js/libraries/switchery/dist/switchery.js"></script>
<title></title>
</head>
- <body>
- <div class="headerbar">
+ <body>
+ <div id="main-wrapper">
+ <div class="headerbar">
<div id="logo"></div>
<div id="port-picker">
<div class="dropdown dropdown-dark" style="margin-bottom:3px;">
@@ -203,5 +204,6 @@
<p>Waiting for data ...</p>
</div>
</div>
- </body>
+</div>
+</body>
</html> \ No newline at end of file