Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <road2stat@gmail.com>2017-12-28 11:58:01 +0300
committerNan Xiao <road2stat@gmail.com>2017-12-28 11:58:01 +0300
commitf24af3a432a67aee7f60be45945f48c267d01729 (patch)
tree5fb18650cc7bd7fbfdfd78a73e40a882bbf49e63
parentcbb6fc0bf3a118e5e8a84fe4b486eee55c689a89 (diff)
center figure captions
-rw-r--r--static/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 858561d..703c979 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -98,6 +98,12 @@ pre code::after {
font-size: .9em;
}
+/* figure captions */
+
+.caption {
+ text-align: center
+}
+
em,q,em,dfn {
font-style:italic;
}