Plugin Directory

Changeset 211487


Ignore:
Timestamp:
02/28/2010 10:30:31 AM (16 years ago)
Author:
cybio
Message:

r464@forge (orig r74): olli | 2010-02-24 00:21:24 +0100

  • [FIX] version
  • [FIX] css
Location:
floatbox-plus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • floatbox-plus/trunk/floatbox-play.css

    r211486 r211487  
    55.lvp_playbutton {
    66    position: absolute;
    7         /* top: 50%; */
    8     /*background: rgba(0, 0, 0, 0.746094); */
    97    color: white;
    10     /*display: table-cell; */
    118    font: normal normal normal 75px/75px Helvetica;
    129    text-align: center;
    13     /* height: 60px; */
    14         /* left: 50%; */
    15     /* width: 98px; */
    16     /* margin: -30px 0px 0px -49px; */
    1710}
  • floatbox-plus/trunk/floatbox-plus.php

    r211486 r211487  
    3838define('WPV27', version_compare($wp_version, '2.7', '>='));
    3939define('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', '>='));
    4141
    4242class floatbox_plus {
    4343
    4444    // version
    45     var $version = '1.2.12';
     45    var $version = '1.2.13';
    4646
    4747    // put all options in
Note: See TracChangeset for help on using the changeset viewer.