Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
bed3222e
Commit
bed3222e
authored
Jul 09, 2012
by
lucha
Committed by
lechuck
Sep 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated theme Simplex 2.0.1.2
parent
ea6fb6ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
wp-content/themes/simplex/functions.php
wp-content/themes/simplex/functions.php
+0
-2
wp-content/themes/simplex/style.css
wp-content/themes/simplex/style.css
+4
-2
No files found.
wp-content/themes/simplex/functions.php
View file @
bed3222e
...
...
@@ -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.
...
...
wp-content/themes/simplex/style.css
View file @
bed3222e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment