diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-11-16 12:34:53 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-11-29 10:10:30 -0500 |
commit | 7a121bf70f9547fc381766be131e635c7519b5e2 (patch) | |
tree | 8a8d4d7ab1476944a4f47441c7b9a9aaffe84f01 /mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/readme.css | |
parent | 474e1a413dea1562ac8d7a153e67e9bd962d17d5 (diff) |
Remove Swagger UI
Remove Swagger UI due to security scan concerns
Change-Id: I8c8a0f57f0e91af13280bbb260a67877017b6513
Issue-ID: SO-1227
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/readme.css')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/readme.css | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/readme.css b/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/readme.css deleted file mode 100644 index 68963ba3ad..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/readme.css +++ /dev/null @@ -1,114 +0,0 @@ -html, body{ - margin:0; - padding:0; - height:100%; -} -div#page-wrapper{ - width: 991px; - min-height: 100%; - margin: auto; - border-style: solid; - border-width: thin; - border-color: #d0d6e0; - position: relative; -} -body{ - display:none; -} -nav#header{ - padding: 10px; - width: 972px; - height: 101.8px; - border-bottom: 1px solid #d0d6e0; - text-align: left; -} -nav#header ul{ - padding-left: 0px; - list-style-type: none; -} -nav#header a{ - color: #008080; - text-decoration: none; -} -nav#header a:hover{ - text-decoration: underline; -} -nav#left-col{ - position: absolute; - left: 0; - width: 248px; - padding-bottom: 35px; -} -nav#left-col ul{ - padding-left: 10px; - list-style-type: none; -} -.pages { - color: #008080; - text-decoration: none; - text-align: left; - font-size: 18px; -} -.sub-bullet a{ - text-decoration: none; - text-align: left; - font-size: 14px; - color: black; -} -.sub-bullet a:hover{ - text-decoration: underline; -} -div#right-col{ - padding-left: 150px; - padding-bottom: 35px; - padding-right: 50px; -} -.title{ - color: #008080; - font-size: 24px; - list-style-type: none; -} -.info-title{ - color: black; - font-size: 18px; - list-style-type: none; -} -.info{ - color: grey; - font-size: 14px; - list-style-type: none; -} -.info-list{ - list-style-position:inside; - font-size: 14px; - color: grey; - position: relative; - padding-bottom: 5px; -} -.info-sublist{ - list-style-position:inside; - font-size: 14px; - color: grey; - position: relative; - padding-bottom: 5px; - padding-left: 45px; -} -div#footer-wrapper{ - position: absolute; - bottom: 0; - width: 981px; - height: 35px; - background-color: #008080; - color: white; - font-size:15px; - text-align:right; - padding-right:10px; -} -div#footer-wrapper a{ - color: white; - text-align:right; - text-decoration:none; -} -div#footer-wrapper a:hover{ - text-decoration: underline; -} |