From a50536b6323c6bbb60df9409a40398aa33d3a391 Mon Sep 17 00:00:00 2001 From: Amol Patil Date: Fri, 26 Jun 2020 19:05:47 -0700 Subject: [PATCH] Revert "added migration alert" This reverts commit 53c061d1749eb62fb5108be7cb6db6ad516ad1b7. --- src/main/resources/templates/dashboard.mustache | 4 +--- src/main/webapp/css/diff.css | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main/resources/templates/dashboard.mustache b/src/main/resources/templates/dashboard.mustache index 3311cfd5b..28c3f70e8 100644 --- a/src/main/resources/templates/dashboard.mustache +++ b/src/main/resources/templates/dashboard.mustache @@ -193,9 +193,7 @@ -
- Warning: This project is not being actively maintained. Please use the opendiffy fork instead. -
+

[[endpointName]]

diff --git a/src/main/webapp/css/diff.css b/src/main/webapp/css/diff.css index 2c34ea9c7..c55819ace 100644 --- a/src/main/webapp/css/diff.css +++ b/src/main/webapp/css/diff.css @@ -14,12 +14,6 @@ html, body { a { cursor: pointer; } -.alert { - padding: 0px; - margin-bottom: 0px; - border: 0px solid transparent; - border-radius: 0; -} .btn { border-radius: 3px; margin-bottom: 5px; }