Changeset 927868
- Timestamp:
- 06/06/2014 05:08:14 PM (12 years ago)
- Location:
- larbous-floating-menu
- Files:
-
- 2 edited
- 3 copied
-
tags/1.1 (copied) (copied from larbous-floating-menu/trunk)
-
tags/1.1/larbous-floating-menu.php (copied) (copied from larbous-floating-menu/trunk/larbous-floating-menu.php) (1 diff)
-
tags/1.1/readme.txt (copied) (copied from larbous-floating-menu/trunk/readme.txt) (2 diffs)
-
trunk/larbous-floating-menu.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
larbous-floating-menu/tags/1.1/larbous-floating-menu.php
r927777 r927868 235 235 jq(function() { 236 236 jq('#lbfm-navigation > li').hover( 237 //Mouseover 237 238 function () { 238 239 jq(this).stop().animate({'marginLeft':'-2px'},200); -
larbous-floating-menu/tags/1.1/readme.txt
r927777 r927868 5 5 Requires at least: 3.9 6 6 Tested up to: 3.9 7 Stable tag: trunk7 Stable tag: 1.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 = 1.0 = 50 50 * The first version without modifications 51 52 == Upgrade Notice == 53 This update fixes the area where the mouseover will work. Before this area was invading the space of the site, now it only restricted to visible part. Only the file =larbous-floating-menu= has changed. -
larbous-floating-menu/trunk/larbous-floating-menu.php
r927777 r927868 235 235 jq(function() { 236 236 jq('#lbfm-navigation > li').hover( 237 //Mouseover 237 238 function () { 238 239 jq(this).stop().animate({'marginLeft':'-2px'},200); -
larbous-floating-menu/trunk/readme.txt
r927777 r927868 5 5 Requires at least: 3.9 6 6 Tested up to: 3.9 7 Stable tag: trunk7 Stable tag: 1.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 = 1.0 = 50 50 * The first version without modifications 51 52 == Upgrade Notice == 53 This update fixes the area where the mouseover will work. Before this area was invading the space of the site, now it only restricted to visible part. Only the file =larbous-floating-menu= has changed.
Note: See TracChangeset
for help on using the changeset viewer.