summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-01 12:28:08 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-01 12:43:09 -0400
commit76cfa921230196ad15340718dea63e652dfb7f3b (patch)
tree3a7490b4db5bf510d66b7908c0789846b50b8369 /css
parent5910a17327006beb2b24a2f565a1944e0a39fd7d (diff)
Change style for figure captions
Diffstat (limited to 'css')
-rw-r--r--css/jakob.css10
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 */