diff --git a/layout-multiple-columns.css b/layout-multiple-columns.css index f89398a..bd4fa7e 100644 --- a/layout-multiple-columns.css +++ b/layout-multiple-columns.css @@ -1672,8 +1672,7 @@ body.embed .detailed-status, .layout-multiple-columns .media-gallery > .media-gallery__item:nth-of-type(odd), .layout-multiple-columns .media-gallery > .media-gallery__item:nth-of-type(odd) > a, -.layout-multiple-columns .media-gallery__preview:nth-of-type(odd), - { +.layout-multiple-columns .media-gallery__preview:nth-of-type(odd) { border-bottom-right-radius: 0; border-top-right-radius: 0; } diff --git a/layout-single-column.css b/layout-single-column.css index c51ed8a..f2d0b82 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -1729,8 +1729,7 @@ body.embed .detailed-status .video-player, .layout-single-column .media-gallery > .media-gallery__item:nth-of-type(odd), .layout-single-column .media-gallery > .media-gallery__item:nth-of-type(odd) > a, -.layout-single-column .media-gallery__preview:nth-of-type(odd), - { +.layout-single-column .media-gallery__preview:nth-of-type(odd) { border-bottom-right-radius: 0; border-top-right-radius: 0; }