Skip to content

Commit 10f88ec

Browse files
committed
_static/theme_overrides: Make figure captions smaller and indented
1 parent e98716d commit 10f88ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_static/theme_overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ details {
5757
.scicomp-table-dense th, .scicomp-table-dense td {
5858
padding: 8px 8px !important;
5959
}
60+
61+
.rst-content .document figcaption p {
62+
font-size: 85%;
63+
margin-left: 10%;
64+
margin-right: 10%;
65+
}

0 commit comments

Comments
 (0)