From 9d4805cca734d44dda893b347de25bd64f7f10bf Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Thu, 11 Apr 2019 16:26:18 +0300 Subject: [PATCH] fix: improve navigation - Improve navigation - Add proper ARIA labels to menu items - Clean up old misplaced code - Add forgotten .prettierrc.json file --- .prettierrc.json | 9 +++++++++ docs/assets/css/style.css | 2 ++ docs/conference/index.html | 4 ++-- docs/index.html | 4 ++-- docs/training/index.html | 4 ++-- 5 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 .prettierrc.json diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..0ae7d05 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,9 @@ +{ + "printWidth": 100, + "tabWidth": 2, + "useTabs": false, + "semi": true, + "singleQuote": true, + "trailingComma": "all", + "bracketSpacing": true +} diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 5937915..702eae4 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -125,8 +125,10 @@ p.intro { } /* Unordered lists */ +/* - Increase line height for the unordered list items */ .content ul { margin: 1em; + line-height: 1.8em; } /* Main navigation */ diff --git a/docs/conference/index.html b/docs/conference/index.html index 34244ea..6a1e38a 100644 --- a/docs/conference/index.html +++ b/docs/conference/index.html @@ -44,11 +44,11 @@