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

routine changes

This commit is contained in:
cTn 2013-10-29 14:49:43 +01:00
parent bdfddcbadb
commit 0084a3cf33
2 changed files with 11 additions and 2 deletions

View file

@ -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;

View file

@ -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 &amp; multiwii by <strong>cTn</strong> &copy;
created for <strong>baseflight</strong> by <strong>cTn</strong> &copy;
</p>
</div>