diff --git a/src/web/html/index.html b/src/web/html/index.html index 33ddb9b7..a02de9b7 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -156,7 +156,7 @@ <% if (htmlWebpackPlugin.options.inline) { %> Version <%= htmlWebpackPlugin.options.version %> <% } else { %> - Download CyberChef + Download CyberChef file_download <% } %>
@@ -172,8 +172,8 @@
- Options - About / Support + Options settings + About / Support help
diff --git a/src/web/stylesheets/layout/_banner.css b/src/web/stylesheets/layout/_banner.css index e60899ea..a5e202ac 100755 --- a/src/web/stylesheets/layout/_banner.css +++ b/src/web/stylesheets/layout/_banner.css @@ -17,9 +17,7 @@ margin: 0; } -#banner img { - margin-bottom: 2px; - margin-left: 8px; +#banner i { + vertical-align: middle; padding-right: 10px; } -