mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
routine changes
This commit is contained in:
parent
bdfddcbadb
commit
0084a3cf33
2 changed files with 11 additions and 2 deletions
|
@ -124,6 +124,10 @@ a:hover {
|
|||
background-color: #0d8b13;
|
||||
}
|
||||
#tabs {
|
||||
position: absolute;
|
||||
margin-top: 1px;
|
||||
|
||||
z-index: 10;
|
||||
}
|
||||
#tabs li {
|
||||
float: left;
|
||||
|
@ -147,6 +151,9 @@ a:hover {
|
|||
text-decoration: none;
|
||||
background-color: #acacac;
|
||||
}
|
||||
#tabs li.active {
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
#tabs li.active a {
|
||||
background-color: white;
|
||||
}
|
||||
|
@ -154,7 +161,9 @@ a:hover {
|
|||
cursor: default;
|
||||
background-color: white;
|
||||
}
|
||||
#content {
|
||||
#content {
|
||||
margin-top: 27px;
|
||||
|
||||
padding: 10px;
|
||||
|
||||
background-color: white;
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
<a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
|
||||
</p>
|
||||
<p class="created">
|
||||
created for baseflight & multiwii by <strong>cTn</strong> ©
|
||||
created for <strong>baseflight</strong> by <strong>cTn</strong> ©
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue