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
path: root/src/css
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-01-11 01:26:42 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-01-11 01:26:42 +0300
commit9899362a7153a2c44a6763b0e66c0e872822e733 (patch)
tree8c64b80b8bd9d677f1466028f283bcefd6f30c2b /src/css
parent6eded9dcd02117c1e64329f127daed6e48179fef (diff)
Remove support tab and redirect users to wiki
Diffstat (limited to 'src/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