From c1b3912c3699b7d09e665c10baef6acf24348c04 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 26 May 2016 01:16:33 -0700 Subject: [PATCH] one more embed CSS tweak --- app/assets/stylesheets/embed.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 03af8d2b98b..ae15f2cc66e 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -154,3 +154,9 @@ aside.onebox { margin-bottom: 0 !important; } } + +// images large enough for the lightbox wrapper don't have bottom margins +// either, unless we add one now +div.lightbox-wrapper { + margin-bottom: 20px; +}