mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
1.0.3
This commit is contained in:
parent
f2a0ee03e8
commit
7796729c48
2 changed files with 5 additions and 2 deletions
|
@ -87,6 +87,9 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.3 - 2022-03-31 =
|
||||
* Fixed image with caption overflowing the layout
|
||||
|
||||
= 1.0.2 - 2022-03-30 =
|
||||
* Fixed focus state for mobile search button
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Shapebox
|
||||
Theme URI: http://alx.media/themes/shapebox/
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Requires at least: 5.0
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 5.9
|
||||
|
@ -248,7 +248,7 @@ input, textarea, button, select, label { font-family: inherit; }
|
|||
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
|
||||
.entry img .size-full { width: 100%!important; }
|
||||
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
|
||||
.entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
|
||||
.entry .wp-caption { background: #f1f1f1; max-width: 100%!important; margin-bottom: 14px; padding-top: 5px; text-align: center; }
|
||||
.entry .wp-caption-text { font-style: italic; }
|
||||
.entry .wp-caption a { border-bottom: none; }
|
||||
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue