Changeset 672809
- Timestamp:
- 02/25/2013 03:31:00 AM (13 years ago)
- Location:
- lazy-content-slider
- Files:
-
- 2 added
- 8 edited
- 1 copied
-
tags/3.1 (copied) (copied from lazy-content-slider/trunk)
-
tags/3.1/css/style-dark.css (modified) (1 diff)
-
tags/3.1/css/style.css (modified) (1 diff)
-
tags/3.1/js/tabs.js (added)
-
tags/3.1/lzcs.php (modified) (1 diff)
-
tags/3.1/readme.txt (modified) (3 diffs)
-
trunk/css/style-dark.css (modified) (1 diff)
-
trunk/css/style.css (modified) (1 diff)
-
trunk/js/tabs.js (added)
-
trunk/lzcs.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-content-slider/tags/3.1/css/style-dark.css
r551403 r672809 41 41 background:#f2f2f2; 42 42 } 43 #featured li.ui-tabs- selected{44 background:url(' ../images/selected-item-black.gif') top left no-repeat;45 } 46 #featured ul.ui-tabs-nav li.ui-tabs- selected a{43 #featured li.ui-tabs-active{ 44 background:url('images/selected-item.gif') top left no-repeat; 45 } 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ 47 47 background:#1c1c1c; 48 48 color:#fff; -
lazy-content-slider/tags/3.1/css/style.css
r551403 r672809 41 41 background:#f2f2f2; 42 42 } 43 #featured li.ui-tabs- selected{44 background:url(' ../images/selected-item.gif') top left no-repeat;45 } 46 #featured ul.ui-tabs-nav li.ui-tabs- selected a{47 background:#ccc; 48 } 43 #featured li.ui-tabs-active{ 44 background:url('images/selected-item.gif') top left no-repeat; 45 } 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ 47 background:#ccc; 48 } 49 49 #featured .ui-tabs-panel{ 50 50 width:400px; height:250px; -
lazy-content-slider/tags/3.1/lzcs.php
r672808 r672809 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 3. 07 Version: 3.1 8 8 Author URI: http://mysqlhow2.com 9 9 -
lazy-content-slider/tags/3.1/readme.txt
r672808 r672809 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.5.1 7 Stable tag: 3. 07 Stable tag: 3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 = 3.0 = 91 91 Updated all code to be compliant of newer version of jQuery 92 = 3.1 = 93 Updated all code to be compliant of newer version of jQuery 92 94 93 95 == Changelog == … … 121 123 = 3.0 = 122 124 Updated all code to be compliant of newer version of jQuery 125 = 3.1 = 126 Updated all code to be compliant of newer version of jQuery -
lazy-content-slider/trunk/css/style-dark.css
r551403 r672809 41 41 background:#f2f2f2; 42 42 } 43 #featured li.ui-tabs- selected{44 background:url(' ../images/selected-item-black.gif') top left no-repeat;45 } 46 #featured ul.ui-tabs-nav li.ui-tabs- selected a{43 #featured li.ui-tabs-active{ 44 background:url('images/selected-item.gif') top left no-repeat; 45 } 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ 47 47 background:#1c1c1c; 48 48 color:#fff; -
lazy-content-slider/trunk/css/style.css
r551403 r672809 41 41 background:#f2f2f2; 42 42 } 43 #featured li.ui-tabs- selected{44 background:url(' ../images/selected-item.gif') top left no-repeat;45 } 46 #featured ul.ui-tabs-nav li.ui-tabs- selected a{47 background:#ccc; 48 } 43 #featured li.ui-tabs-active{ 44 background:url('images/selected-item.gif') top left no-repeat; 45 } 46 #featured ul.ui-tabs-nav li.ui-tabs-active a{ 47 background:#ccc; 48 } 49 49 #featured .ui-tabs-panel{ 50 50 width:400px; height:250px; -
lazy-content-slider/trunk/lzcs.php
r672808 r672809 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 3. 07 Version: 3.1 8 8 Author URI: http://mysqlhow2.com 9 9 -
lazy-content-slider/trunk/readme.txt
r672808 r672809 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.5.1 7 Stable tag: 3. 07 Stable tag: 3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 = 3.0 = 91 91 Updated all code to be compliant of newer version of jQuery 92 = 3.1 = 93 Updated all code to be compliant of newer version of jQuery 92 94 93 95 == Changelog == … … 121 123 = 3.0 = 122 124 Updated all code to be compliant of newer version of jQuery 125 = 3.1 = 126 Updated all code to be compliant of newer version of jQuery
Note: See TracChangeset
for help on using the changeset viewer.