diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-01 12:28:08 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-01 12:43:09 -0400 |
| commit | 76cfa921230196ad15340718dea63e652dfb7f3b (patch) | |
| tree | 3a7490b4db5bf510d66b7908c0789846b50b8369 /css | |
| parent | 5910a17327006beb2b24a2f565a1944e0a39fd7d (diff) | |
Change style for figure captions
Diffstat (limited to 'css')
| -rw-r--r-- | css/jakob.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/css/jakob.css b/css/jakob.css index 9de2f67..c631aed 100644 --- a/css/jakob.css +++ b/css/jakob.css @@ -184,11 +184,11 @@ footer { max-width: 100%; } -.caption { - text-align: center; - margin: 0; - margin-left: 4rem; - margin-right: 4rem; +figcaption { + margin: 1rem 1rem 0 1rem; + color: #717171; + font-style: italic; + font-size: 90%; } /* Syntax Highlighting */ |