Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | Lightning Advanced Unit |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- inc/navigation/_scss/navigation.scss +1 -0
- inc/navigation/css/navigation.css +1 -1
- lightning_advanced_unit.php +1 -1
- readme.txt +1 -1
inc/navigation/_scss/navigation.scss
CHANGED
@@ -15,6 +15,7 @@ body { overflow-x:hidden; }
|
|
15 |
.navSection .searchform { display: none; }
|
16 |
|
17 |
@media (max-width: 991px){
|
|
|
18 |
.menuBtn { position: fixed;top:inherit; }
|
19 |
.navSection { overflow:scroll; display: none;position: fixed;height:100%;z-index: 1000;
|
20 |
.searchform { margin:10px;overflow:hidden;padding: 0 3em 0;
|
15 |
.navSection .searchform { display: none; }
|
16 |
|
17 |
@media (max-width: 991px){
|
18 |
+
.gMenu_outer { overflow:hidden;height: auto;}
|
19 |
.menuBtn { position: fixed;top:inherit; }
|
20 |
.navSection { overflow:scroll; display: none;position: fixed;height:100%;z-index: 1000;
|
21 |
.searchform { margin:10px;overflow:hidden;padding: 0 3em 0;
|
inc/navigation/css/navigation.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
body{overflow-x:hidden}#bodyInner{display:block;overflow:hidden}#wrap{z-index:auto}.navSection .searchform{display:none}@media (max-width: 991px){.menuBtn{position:fixed;top:inherit}.navSection{overflow:scroll;display:none;position:fixed;height:100%;z-index:1000}.navSection .searchform{margin:10px;overflow:hidden;padding:0 3em 0}.navSection.navSection_open_left .searchform,.navSection.navSection_open_right .searchform{display:block}.navSection_open_left{border-right:1px solid #e5e5e5}.navSection_open_right{border-left:1px solid #e5e5e5}}
|
1 |
+
body{overflow-x:hidden}#bodyInner{display:block;overflow:hidden}#wrap{z-index:auto}.navSection .searchform{display:none}@media (max-width: 991px){.gMenu_outer{overflow:hidden;height:auto}.menuBtn{position:fixed;top:inherit}.navSection{overflow:scroll;display:none;position:fixed;height:100%;z-index:1000}.navSection .searchform{margin:10px;overflow:hidden;padding:0 3em 0}.navSection.navSection_open_left .searchform,.navSection.navSection_open_right .searchform{display:block}.navSection_open_left{border-right:1px solid #e5e5e5}.navSection_open_right{border-left:1px solid #e5e5e5}}
|
lightning_advanced_unit.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Lightning Advanced Unit
|
4 |
* Plugin URI: http://lightning.vektor-inc.co.jp/
|
5 |
-
* Version: 2.0.
|
6 |
* Author: Vektor,Inc.
|
7 |
* Author URI: http://www.vektor-inc.co.jp
|
8 |
* Description: This is a plug-ins that extend the functionality of the theme "Lightning".
|
2 |
/**
|
3 |
* Plugin Name: Lightning Advanced Unit
|
4 |
* Plugin URI: http://lightning.vektor-inc.co.jp/
|
5 |
+
* Version: 2.0.2
|
6 |
* Author: Vektor,Inc.
|
7 |
* Author URI: http://www.vektor-inc.co.jp
|
8 |
* Description: This is a plug-ins that extend the functionality of the theme "Lightning".
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Lightning,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7.0
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: Lightning,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7.0
|
7 |
+
Stable tag: 2.0.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|