Plugin Directory

Changeset 419553


Ignore:
Timestamp:
08/04/2011 11:24:47 PM (15 years ago)
Author:
mthomas9
Message:

Fixed CSS conflict with Internet Explorer

Location:
purlem-personal-url-marketing
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r418093 r419553  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.0.7
     6Version: 1.0.8
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    3333add_action('the_title', 'display_purl_header');
    3434add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");'));
    35 add_action('get_header', 'purlCSS');
     35add_action('the_post', 'purlCSS');
    3636
    3737
     
    254254    .button {
    255255        margin-top:10px;
    256         font-size: 18px;
     256        font-size: 14px;
     257    }
     258    .required {
     259        color:red;
    257260    }
    258261    -->
  • purlem-personal-url-marketing/trunk/readme.txt

    r418093 r419553  
    55Requires at least: 2.1
    66Tested up to: 3.1.3
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.8
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset for help on using the changeset viewer.