1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +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; background-color: #0d8b13;
} }
#tabs { #tabs {
position: absolute;
margin-top: 1px;
z-index: 10;
} }
#tabs li { #tabs li {
float: left; float: left;
@ -147,6 +151,9 @@ a:hover {
text-decoration: none; text-decoration: none;
background-color: #acacac; background-color: #acacac;
} }
#tabs li.active {
border-bottom: 1px solid white;
}
#tabs li.active a { #tabs li.active a {
background-color: white; background-color: white;
} }
@ -154,7 +161,9 @@ a:hover {
cursor: default; cursor: default;
background-color: white; background-color: white;
} }
#content { #content {
margin-top: 27px;
padding: 10px; padding: 10px;
background-color: white; 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> <a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
</p> </p>
<p class="created"> <p class="created">
created for baseflight &amp; multiwii by <strong>cTn</strong> &copy; created for <strong>baseflight</strong> by <strong>cTn</strong> &copy;
</p> </p>
</div> </div>