Plugin Directory

Changeset 989374


Ignore:
Timestamp:
09/14/2014 07:34:53 AM (12 years ago)
Author:
wpnaga
Message:

Changing z-index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-sticky-header/trunk/wp-sticky-header.php

    r989025 r989374  
    44 * Plugin URI: http://wordpress.org/plugins/wp-sticky-header/
    55 * Description: Plugin to display some content/notification on top of the webpage.
    6  * Version: 1.0
     6 * Version: 1.01
    77 * Author: wpnaga
    88 * Author URI: http://profiles.wordpress.org/wpnaga/
     
    124124            width: 100%;
    125125            box-shadow: 5px 5px 5px 5px #888888;
     126            z-index:10001;
    126127        }
    127128    <?php if(esc_attr(get_option('wpsh_closable')) == 1) { ?>
Note: See TracChangeset for help on using the changeset viewer.