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; }