From 990b359cc1e498eeb0d31c62f4980a8276f1f153 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 25 Apr 2019 10:33:29 +0300 Subject: [PATCH] figcaption --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 44569e4..acd2cfb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -373,3 +373,7 @@ th, td { tr:hover { background-color: #f5f5f5; } + +figcaption { + text-align: center; +}