From 802cd4cc4d78defa998250011440c5c41d87e4a0 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 19 Mar 2019 16:01:12 +0100 Subject: minor edit on css to support old pandoc --- assets/css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets/css') diff --git a/assets/css/default.css b/assets/css/default.css index 4af6e4c..0fcb7a3 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -8,11 +8,13 @@ nav { float: right; } -nav#TOC:before { +#TOC:before { content: "Table of Contents"; } -nav#TOC{ +#TOC{ + display: inline; + float: right; margin: 1rem; } -- cgit v1.2.3