Skip to content
Snippets Groups Projects
Commit bed3222e authored by lucha's avatar lucha Committed by lechuck
Browse files

Updated theme Simplex 2.0.1.2

parent ea6fb6ed
Branches
Tags
No related merge requests found
......@@ -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.
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment