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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <yursan9@pm.me>2019-08-17 06:10:47 +0300
committerYurizal Susanto <yursan9@pm.me>2019-08-17 06:10:47 +0300
commitc97bb811f16d19c80d276e2313d2465ef66ba7cf (patch)
tree2d94a74541d61cf17f7e51b3181f8a960d886bd8
parent30ff78a8e71270d61e4058b6f4cdada904b735f3 (diff)
Fix display problem for arrow in pagination1.2.1
-rw-r--r--assets/css/template.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/template.css b/assets/css/template.css
index 424c441..0296b64 100644
--- a/assets/css/template.css
+++ b/assets/css/template.css
@@ -305,6 +305,10 @@ blockquote cite a {
font-size: 2rem;
}
+.pagination img {
+ display: inline;
+}
+
/* #Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
pre,