From bc979f07544dc54213a758aa74afdc24fcbc2134 Mon Sep 17 00:00:00 2001 From: hwahlstrom <84459986+hwahlstrom@users.noreply.github.com> Date: Thu, 23 Mar 2023 12:37:00 -0400 Subject: [PATCH] Updating doc browser NoContent page Removing unnecessary CSS --- .../Docs/NoContent.html | 66 ------------------- 1 file changed, 66 deletions(-) diff --git a/src/DocumentationBrowserViewExtension/Docs/NoContent.html b/src/DocumentationBrowserViewExtension/Docs/NoContent.html index 4a71fe1053d..ef5a4a87e09 100644 --- a/src/DocumentationBrowserViewExtension/Docs/NoContent.html +++ b/src/DocumentationBrowserViewExtension/Docs/NoContent.html @@ -15,72 +15,6 @@ background-color: #353535; padding: 1%; } - - a { - color: lightgray; - cursor: pointer; - background-color: transparent; - } - - hr { - border: none; - border-bottom: 1px solid #545454; - } - - * { - box-sizing: border-box; - } - - .flex-container { - display: flex; - flex-wrap: wrap; - } - - .flex-child1 { - background-color: transparent; - flex-basis: 10%; - } - - .flex-child2 { - background-color: transparent; - flex-basis: 90%; - } - - div { - color: #f5f5f5; - } - - h2 { - color: #f5f5f5; - } - - body { - background-color: #2a2a2a; - } - - a:link { - color: #6dd3ff; - background-color: transparent; - text-decoration: none; - } - - a:visited { - color: pink; - background-color: transparent; - text-decoration: none; - } - - a:hover { - color: red; - background-color: transparent; - text-decoration: underline; - } - - a:active { - color: #6dd3ff; - background-color: transparent; - text-decoration: underline; - }