From a21b88990e98c0e3408448fd6a73735a0360ce5c Mon Sep 17 00:00:00 2001 From: George Walker Date: Wed, 14 Jun 2017 13:48:07 -0500 Subject: [PATCH] BUGFIX: Horoscopes Horoscopes picker was missing "display: inline-block;" css. --- horoscopes/horoscopes.php | 2 +- horoscopes/{horoscopes.css => horoscopes1.css} | 1 + plugin.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename horoscopes/{horoscopes.css => horoscopes1.css} (92%) diff --git a/horoscopes/horoscopes.php b/horoscopes/horoscopes.php index 6926ba8..439ebf2 100644 --- a/horoscopes/horoscopes.php +++ b/horoscopes/horoscopes.php @@ -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'); diff --git a/horoscopes/horoscopes.css b/horoscopes/horoscopes1.css similarity index 92% rename from horoscopes/horoscopes.css rename to horoscopes/horoscopes1.css index 6256c7e..dfd60a9 100644 --- a/horoscopes/horoscopes.css +++ b/horoscopes/horoscopes1.css @@ -18,4 +18,5 @@ .cmg-horoscopes.picker a img { max-width: 20% !important; float: none; + display: inline-block; } diff --git a/plugin.php b/plugin.php index fc5f14d..842f26a 100644 --- a/plugin.php +++ b/plugin.php @@ -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