Changeset 989374
- Timestamp:
- 09/14/2014 07:34:53 AM (12 years ago)
- File:
-
- 1 edited
-
wp-sticky-header/trunk/wp-sticky-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-sticky-header/trunk/wp-sticky-header.php
r989025 r989374 4 4 * Plugin URI: http://wordpress.org/plugins/wp-sticky-header/ 5 5 * Description: Plugin to display some content/notification on top of the webpage. 6 * Version: 1.0 6 * Version: 1.01 7 7 * Author: wpnaga 8 8 * Author URI: http://profiles.wordpress.org/wpnaga/ … … 124 124 width: 100%; 125 125 box-shadow: 5px 5px 5px 5px #888888; 126 z-index:10001; 126 127 } 127 128 <?php if(esc_attr(get_option('wpsh_closable')) == 1) { ?>
Note: See TracChangeset
for help on using the changeset viewer.