Changeset 672810
- Timestamp:
- 02/25/2013 03:37:15 AM (13 years ago)
- Location:
- lazy-content-slider
- Files:
-
- 4 edited
- 6 copied
-
tags/3.2 (copied) (copied from lazy-content-slider/trunk)
-
tags/3.2/css/style-dark.css (copied) (copied from lazy-content-slider/trunk/css/style-dark.css) (1 diff)
-
tags/3.2/css/style.css (copied) (copied from lazy-content-slider/trunk/css/style.css) (1 diff)
-
tags/3.2/js/tabs.js (copied) (copied from lazy-content-slider/trunk/js/tabs.js)
-
tags/3.2/lzcs.php (copied) (copied from lazy-content-slider/trunk/lzcs.php) (1 diff)
-
tags/3.2/readme.txt (copied) (copied from lazy-content-slider/trunk/readme.txt) (3 diffs)
-
trunk/css/style-dark.css (modified) (1 diff)
-
trunk/css/style.css (modified) (1 diff)
-
trunk/lzcs.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-content-slider/tags/3.2/css/style-dark.css
r672809 r672810 42 42 } 43 43 #featured li.ui-tabs-active{ 44 background:url(' images/selected-item.gif') top left no-repeat;44 background:url('../images/selected-item.gif') top left no-repeat; 45 45 } 46 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ -
lazy-content-slider/tags/3.2/css/style.css
r672809 r672810 42 42 } 43 43 #featured li.ui-tabs-active{ 44 background:url(' images/selected-item.gif') top left no-repeat;44 background:url('../images/selected-item.gif') top left no-repeat; 45 45 } 46 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ -
lazy-content-slider/tags/3.2/lzcs.php
r672809 r672810 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 3. 17 Version: 3.2 8 8 Author URI: http://mysqlhow2.com 9 9 -
lazy-content-slider/tags/3.2/readme.txt
r672809 r672810 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.5.1 7 Stable tag: 3. 17 Stable tag: 3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 = 3.1 = 93 93 Updated all code to be compliant of newer version of jQuery 94 = 3.1 = 95 Small fix for arrows 94 96 95 97 == Changelog == … … 125 127 = 3.1 = 126 128 Updated all code to be compliant of newer version of jQuery 129 = 3.1 = 130 Small fix for arrows -
lazy-content-slider/trunk/css/style-dark.css
r672809 r672810 42 42 } 43 43 #featured li.ui-tabs-active{ 44 background:url(' images/selected-item.gif') top left no-repeat;44 background:url('../images/selected-item.gif') top left no-repeat; 45 45 } 46 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ -
lazy-content-slider/trunk/css/style.css
r672809 r672810 42 42 } 43 43 #featured li.ui-tabs-active{ 44 background:url(' images/selected-item.gif') top left no-repeat;44 background:url('../images/selected-item.gif') top left no-repeat; 45 45 } 46 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ -
lazy-content-slider/trunk/lzcs.php
r672809 r672810 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 3. 17 Version: 3.2 8 8 Author URI: http://mysqlhow2.com 9 9 -
lazy-content-slider/trunk/readme.txt
r672809 r672810 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.5.1 7 Stable tag: 3. 17 Stable tag: 3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 = 3.1 = 93 93 Updated all code to be compliant of newer version of jQuery 94 = 3.1 = 95 Small fix for arrows 94 96 95 97 == Changelog == … … 125 127 = 3.1 = 126 128 Updated all code to be compliant of newer version of jQuery 129 = 3.1 = 130 Small fix for arrows
Note: See TracChangeset
for help on using the changeset viewer.