We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2e09f commit d2364afCopy full SHA for d2364af
themes/api.jquery.com/style.css
@@ -19,3 +19,17 @@ a {
19
.versionAdded a {
20
color: #7ACEF4;
21
}
22
+
23
+#content figure {
24
+ box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.20);
25
+ margin-bottom: 1.2em;
26
+}
27
+#content figure img.column {
28
+ vertical-align: top;
29
+ padding: 0;
30
31
+#content figcaption {
32
+ clear: both;
33
+ box-shadow: none;
34
+ margin-top: 0;
35
0 commit comments