mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Twenty Twelve: fix style for links in gallery captions wrapping to next line, props DrewAPicture. Fixes #22227.
git-svn-id: https://develop.svn.wordpress.org/trunk@22294 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -358,9 +358,15 @@ img.wp-smiley,
|
||||
.entry-content dl.gallery-item {
|
||||
margin: 0;
|
||||
}
|
||||
.gallery-item a,
|
||||
.gallery-caption {
|
||||
width: 90%;
|
||||
}
|
||||
.gallery-item a {
|
||||
display: block;
|
||||
width: 90%;
|
||||
}
|
||||
.gallery-caption a {
|
||||
display: inline;
|
||||
}
|
||||
.gallery-columns-1 .gallery-item a {
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user