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-10-22 16:26:49 +0300
committerskaman82 <albert@wd-design.de>2015-10-22 16:26:49 +0300
commit10f7cdd1b083354a426fa37a37392bb5ad4e617a (patch)
tree8577a3c78de9848f8c3e4d85768c098aeea39bd4 /main.html
parent8e7097c33e64bd4a16b38588caa83fc7c2c14704 (diff)
Started to mess around with thingsā€¦
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.html b/main.html
index dd4c446e..3586acc5 100755
--- a/main.html
+++ b/main.html
@@ -134,10 +134,10 @@
</div>
<div class="clear-both"></div>
<div id="log">
- <div id="watermark"></div>
<div class="wrapper">
</div>
</div>
+ <div style="float:left; height:100%; width:200px; border-right: 4px solid green;">
<div id="tabs">
<ul class="mode-disconnected">
<li class="tab_landing"><a href="#" i18n="tabLanding"></a></li>
@@ -164,6 +164,7 @@
</ul>
<div class="clear-both"></div>
</div>
+ </div>
<div id="content">
</div>
</div>