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:
-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;
}