Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Feb 5, 2016
2 parents 4c682c8 + ebd77db commit 56383fd
Show file tree
Hide file tree
Showing 89 changed files with 5,533 additions and 2,034 deletions.
429 changes: 389 additions & 40 deletions _locales/en/messages.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<span>2015.12.15 - 1.2.0 - cleanflight</span>
<ul>
<li>Support Cleanflight API 1.15.0.</li>
<li>Add new failsafe configuration.</li>
<li>Support IBUS Serial RX.</li>
</ul>
<span>2015.11.28 - 1.1.0 - cleanflight</span>
<ul>
<li>Support Cleanflight API 1.14.0.</li>
Expand Down
7 changes: 0 additions & 7 deletions css/dropdown-lists/css/style_lists.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@
z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
.dropdown-select {
padding-left: 6px;
}
}

.dropdown-dark {
background: #636363; /* NEW2 */
background: #3e403f; /* NEW */
Expand Down
41 changes: 17 additions & 24 deletions css/opensans_webfontkit/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
font-style: normal;
}


@font-face {
font-family: 'open_sanslight';
src: url('opensans-light-webfont.eot');
Expand All @@ -37,7 +36,6 @@
font-style: normal;
}


@font-face {
font-family: 'open_sansitalic';
src: url('opensans-italic-webfont.eot');
Expand All @@ -50,7 +48,6 @@
font-style: normal;
}


@font-face {
font-family: 'open_sansbold_italic';
src: url('opensans-bolditalic-webfont.eot');
Expand All @@ -63,7 +60,6 @@
font-style: normal;
}


@font-face {
font-family: 'open_sansbold';
src: url('opensans-bold-webfont.eot');
Expand All @@ -76,45 +72,42 @@
font-style: normal;
}


/* Fonts shouldn't be transformed by browser.
Using specific fonts for bold, italic and bold_italic instead.*/

i {
font-family: 'open_sansitalic';
i {
font-family: 'open_sansitalic';
font-weight: normal;
font-style: normal;
}

em {
font-family: 'open_sansitalic';
font-style:normal;
font-weight: normal;
font-family: 'open_sansitalic';
font-style:normal;
font-weight: normal;
}


em strong {
font-family: 'open_sansbold_italic';
font-style:normal;
font-weight: normal;
font-family: 'open_sansbold_italic';
font-style:normal;
font-weight: normal;
}

strong em {
font-family: 'open_sansbold_italic';
font-style:normal;
font-weight: normal;
font-family: 'open_sansbold_italic';
font-style:normal;
font-weight: normal;
}


strong {
font-family: 'open_sansbold';
font-weight: normal;
font-family: 'open_sansbold';
font-weight: normal;
font-style: normal;
}


b {
font-family: 'open_sansbold';
font-weight: normal;
font-style: normal;
b {
font-family: 'open_sansbold';
font-weight: normal;
font-style: normal;
}
129 changes: 0 additions & 129 deletions css/opensans_webfontkit/specimen_files/grid_12-825-55-15.css

This file was deleted.

Loading

0 comments on commit 56383fd

Please sign in to comment.