diff --git a/src/wp-content/themes/twentyfifteen/image.php b/src/wp-content/themes/twentyfifteen/image.php index f2419eea18..00da574b81 100644 --- a/src/wp-content/themes/twentyfifteen/image.php +++ b/src/wp-content/themes/twentyfifteen/image.php @@ -26,27 +26,28 @@ get_header(); ?>
- + + +
+ +
+ +
+ + - - -
- -
- - - '', diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 434c69f4bb..4fa865712b 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -1999,8 +1999,8 @@ a.post-thumbnail:focus { width: auto; } -.type-attachment .entry-header { - clear: right; +.entry-attachment { + margin-bottom: 1.6em; } .type-attachment .entry-title { @@ -2022,6 +2022,7 @@ a.post-thumbnail:focus { -ms-hyphens: auto; hyphens: auto; line-height: 1.5; + padding-top: 0.5em; word-wrap: break-word; } @@ -3161,6 +3162,10 @@ span > video { margin-bottom: 1.5294em; } + .entry-attachment { + margin-bottom: 1.6471em; + } + .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, @@ -3693,6 +3698,10 @@ span > video { margin-bottom: 1.5789em; } + .entry-attachment { + margin-bottom: 1.6842em + } + .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, @@ -4348,6 +4357,10 @@ span > video { margin-bottom: 1.4667em; } + .entry-attachment { + margin-bottom: 1.6em; + } + .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, @@ -4866,6 +4879,10 @@ span > video { margin-bottom: 1.5294em; } + .entry-attachment { + margin-bottom: 1.6471em; + } + .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, @@ -5380,6 +5397,10 @@ span > video { margin-bottom: 1.5789em; } + .entry-attachment { + margin-bottom: 1.6842em; + } + .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title,