From bed3222e0450457a3b0ee0917f47154bd9bc9696 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Mon, 9 Jul 2012 15:43:19 +0200 Subject: [PATCH] Updated theme Simplex 2.0.1.2 --- wp-content/themes/simplex/functions.php | 2 -- wp-content/themes/simplex/style.css | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/simplex/functions.php b/wp-content/themes/simplex/functions.php index 0a065b6d6..1a54320c9 100644 --- a/wp-content/themes/simplex/functions.php +++ b/wp-content/themes/simplex/functions.php @@ -475,9 +475,7 @@ function simplex_gallery_shortcode($attr) { } remove_shortcode('wp_caption', 'img_caption_shortcode'); -remove_shortcode('caption', 'img_caption_shortcode'); add_shortcode('wp_caption', 'simplex_img_caption_shortcode'); -add_shortcode('caption', 'simplex_img_caption_shortcode'); /** * Replace the Caption shortcode. diff --git a/wp-content/themes/simplex/style.css b/wp-content/themes/simplex/style.css index 656e256bd..19ece8f13 100644 --- a/wp-content/themes/simplex/style.css +++ b/wp-content/themes/simplex/style.css @@ -2,7 +2,7 @@ Theme Name: simpleX Theme URI: http://www.wpshoppe.com/themes/simpleX Description: A responsive minimalist WordPress blog theme -Version: 2.0.1.1 +Version: 2.0.1.2 Author: Chandra Maharzan Author URI: http://www.wpshoppe.com/about/ License: GPL @@ -899,10 +899,12 @@ img.alignright { box-shadow: none; padding:0; } -.wp-caption, .format-image img { max-width: 97.5%; } +.wp-caption { + max-width: 96%; +} .wp-caption img { -webkit-border-radius: 0; -moz-border-radius: 0; -- GitLab