Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/tabs/help.css')
-rw-r--r--src/css/tabs/help.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/css/tabs/help.css b/src/css/tabs/help.css
deleted file mode 100644
index 69029df4..00000000
--- a/src/css/tabs/help.css
+++ /dev/null
@@ -1,34 +0,0 @@
-.tab-help .twothird {
- width: calc(67% - 15px);
- margin-right: 15px;
-}
-
-.tab-help .gui_box {
- min-height: 500px;
- margin-bottom: 0;
-}
-
-.tab-help ul {
- margin-bottom:15px;
-}
-
-.tab-help li {
- border-top: 1px dotted silver;
- padding-top: 5px;
- padding-bottom: 5px;
- background: url(../../../images/arrow.svg) no-repeat 0 8px;
- background-size: 12px;
-}
-
-.tab-help li span {
- margin-left: 17px;
- display:block;
-}
-
-.tab-help li span a {
- color: #37a8db;
-}
-
-.tab-help .subline {
- margin-bottom: 5px;
-} \ No newline at end of file