1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

landing page scalable

This commit is contained in:
cTn 2014-05-05 11:34:06 +02:00
parent 2e99e29768
commit 9914f745a1
2 changed files with 15 additions and 6 deletions

View file

@ -1,5 +1,12 @@
.tab-default .left {
width: 520px;
width: 60%;
}
.tab-default .right {
float: left;
margin-left: 10px;
width: calc(40% - 10px);
}
.welcome {
margin-bottom: 10px;
@ -15,7 +22,7 @@
text-decoration: underline;
}
.changelog {
margin: 0 0 10px 530px;
margin: 0 0 10px 0;
border: 1px solid silver;
}

View file

@ -22,10 +22,12 @@
<a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
</div>
</div>
<div class="changelog configurator">
<div class="title">Configurator - Changelog</div>
<div class="wrapper">
<div class="right">
<div class="changelog configurator">
<div class="title">Configurator - Changelog</div>
<div class="wrapper">
</div>
</div>
<a class="firmware_flasher" href="#">Firmware Flasher</a>
</div>
<a class="firmware_flasher" href="#">Firmware Flasher</a>
</div>