From 9acbc2c134c2052c54833d9ad63fa048694b9895 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 30 Oct 2020 01:01:48 +0530 Subject: [PATCH] baseof: use `dir` attribute instead of class and set default dir to `auto` main(css): rm unused class --- assets/css/main.css | 8 -------- layouts/_default/baseof.html | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 68f8a2f1..6fac98b9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -52,14 +52,6 @@ width: 26px; } -.direction-rtl { - direction: rtl; -} - -.direction-ltr { - direction: ltr; -} - code { direction: ltr; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index cd999824..f28e12ba 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . }} @@ -15,4 +15,4 @@ {{- partialCached "footer.html" . .Type }} - \ No newline at end of file +