Skip to content

Commit

Permalink
BUGFIX: Horoscopes
Browse files Browse the repository at this point in the history
Horoscopes picker was missing "display: inline-block;" css.
  • Loading branch information
pkmnct committed Jun 14, 2017
1 parent d8f8178 commit a21b889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion horoscopes/horoscopes.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ function horoscope_virgo_func( $atts, $content = null ){

// Add the CSS for the horoscopes
function horoscope_style_func() {
wp_enqueue_style('cmg-horoscopes', plugin_dir_url( __FILE__ ) . 'horoscopes.css');
wp_enqueue_style('cmg-horoscopes', plugin_dir_url( __FILE__ ) . 'horoscopes1.css');
}
add_action('wp_enqueue_scripts', 'horoscope_style_func');
1 change: 1 addition & 0 deletions horoscopes/horoscopes.css → horoscopes/horoscopes1.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
.cmg-horoscopes.picker a img {
max-width: 20% !important;
float: none;
display: inline-block;
}
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: K-State Collegian Shortcodes
Plugin URI: http://www.collegianmedia.com
Description: Adds shortcodes to the Collegian WordPress site for special features the Collegian uses.
Version: 1.0
Version: 1.01
Author: George Walker
Author URI: http://georgewwalker.com
License: GPL2
Expand Down

0 comments on commit a21b889

Please sign in to comment.