Skip to content

Commit d2364af

Browse files
kswedbergscottgonzalez
authored andcommitted
Styles for figure/figcaption on api.jquery.com
Ref jquery/api.jquery.com#829 Closes gh-383
1 parent ad2e09f commit d2364af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

themes/api.jquery.com/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ a {
1919
.versionAdded a {
2020
color: #7ACEF4;
2121
}
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

Comments
 (0)