Changeset 211487
- Timestamp:
- 02/28/2010 10:30:31 AM (16 years ago)
- Location:
- floatbox-plus/trunk
- Files:
-
- 2 edited
-
floatbox-play.css (modified) (1 diff)
-
floatbox-plus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
floatbox-plus/trunk/floatbox-play.css
r211486 r211487 5 5 .lvp_playbutton { 6 6 position: absolute; 7 /* top: 50%; */8 /*background: rgba(0, 0, 0, 0.746094); */9 7 color: white; 10 /*display: table-cell; */11 8 font: normal normal normal 75px/75px Helvetica; 12 9 text-align: center; 13 /* height: 60px; */14 /* left: 50%; */15 /* width: 98px; */16 /* margin: -30px 0px 0px -49px; */17 10 } -
floatbox-plus/trunk/floatbox-plus.php
r211486 r211487 38 38 define('WPV27', version_compare($wp_version, '2.7', '>=')); 39 39 define('WPV28', version_compare($wp_version, '2.8', '>=')); 40 define('WPV29', version_compare($wp_version, '2.9', '>='));40 // define('WPV29', version_compare($wp_version, '2.9', '>=')); 41 41 42 42 class floatbox_plus { 43 43 44 44 // version 45 var $version = '1.2.1 2';45 var $version = '1.2.13'; 46 46 47 47 // put all options in
Note: See TracChangeset
for help on using the changeset viewer.