CSS updates: ul and pre elements
authorJames Young <xxiinophobia@yahoo.com>
Wed, 26 Feb 2020 01:22:08 +0000 (17:22 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 6 Mar 2020 00:00:10 +0000 (16:00 -0800)
docs/sidebar.css

index 8abc5c2..07b26ec 100644 (file)
 .sidebar, .sidebar-nav {
   line-height: 1.5em !important;
 }
+
+.markdown-section ul ul {
+  margin: 0;
+}
+
+.markdown-section pre {
+  padding: 0;
+}