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-28 13:30:24 +0300
committerskaman82 <albert@wd-design.de>2015-10-28 13:30:24 +0300
commit28c51e2e6e7b5dc9f586ffdf739e867689f3fc27 (patch)
tree5618fbc52421834b7877ccc1269f34aef7ab0787 /main.html
parent1268a094384d30bee4288b2436a49cbbaa799632 (diff)
css rework
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/main.html b/main.html
index c3f470c1..3ffc7f7e 100755
--- a/main.html
+++ b/main.html
@@ -138,7 +138,14 @@
-
+ <div class="profile" style="display:none;">
+ <span class="head" i18n="pidTuningProfileHead"></span>
+ <select name="profile">
+ <option value="0">1</option>
+ <option value="1">2</option>
+ <option value="2">3</option>
+ </select>
+ </div>