From 436ecf8a45a4fe02253f32355613f65a381dcfe4 Mon Sep 17 00:00:00 2001 From: Karl Swedberg Date: Tue, 1 Dec 2015 21:26:59 -0500 Subject: [PATCH] Styles for figure/figcaption on api.jquery.com --- themes/api.jquery.com/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/api.jquery.com/style.css b/themes/api.jquery.com/style.css index 209a933d..0c1aaf10 100755 --- a/themes/api.jquery.com/style.css +++ b/themes/api.jquery.com/style.css @@ -19,3 +19,17 @@ a { .versionAdded a { color: #7ACEF4; } + +#content figure { + box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.20); + margin-bottom: 1.2em; +} +#content figure img.column { + vertical-align: top; + padding: 0; +} +#content figcaption { + clear: both; + box-shadow: none; + margin-top: 0; +}