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

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcTn <ctndesigner@gmail.com>2014-02-27 15:05:31 +0400
committercTn <ctndesigner@gmail.com>2014-02-27 15:05:31 +0400
commit94947808e3de61c76436d35ef5cb6e85f033e6b5 (patch)
tree1183d1b5f3589c6afc59246d8a4d167b17a46ec2
parentf0e8163aadd7bd21fb866994ea07461997e84d23 (diff)
releasev0.27
-rw-r--r--changelog.html2
-rw-r--r--tabs/default.css8
-rw-r--r--tabs/default.html5
3 files changed, 2 insertions, 13 deletions
diff --git a/changelog.html b/changelog.html
index 6cdb2b92..a5193854 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,4 +1,4 @@
-<span>xx.xx.2014 - 0.27</span>
+<span>02.27.2014 - 0.27</span>
<p>
- Sensor Tab UI bugfixes<br />
- Firmware Flasher functionality improvements<br />
diff --git a/tabs/default.css b/tabs/default.css
index 968c042e..6ef20cb4 100644
--- a/tabs/default.css
+++ b/tabs/default.css
@@ -90,12 +90,4 @@
}
.firmware_flasher:hover {
background-color: #dedcdc;
- }
- .created {
- position: absolute;
-
- width: 920px;
- bottom: 5px;
-
- text-align: center;
} \ No newline at end of file
diff --git a/tabs/default.html b/tabs/default.html
index c5fcf98a..4129eda7 100644
--- a/tabs/default.html
+++ b/tabs/default.html
@@ -23,8 +23,5 @@
</p>
<a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
</div>
- <a class="firmware_flasher" href="#">Firmware Flasher</a>
- <p class="created">
- created for <strong>baseflight</strong> by <strong>cTn</strong> &copy;
- </p>
+ <a class="firmware_flasher" href="#">Firmware Flasher</a>
</div> \ No newline at end of file