diff --git a/apps/i2psnark/resources/js/delete.js b/apps/i2psnark/resources/js/delete.js
index 3b7c3190756645feb42fd0e25a67d234c153a2f8..b48736f50e14082b1b7f625f87aa270ab9a157ed 100644
--- a/apps/i2psnark/resources/js/delete.js
+++ b/apps/i2psnark/resources/js/delete.js
@@ -1,4 +1,5 @@
 /* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 function initDelete()
 {
diff --git a/apps/i2psnark/resources/js/folder.js b/apps/i2psnark/resources/js/folder.js
index 5f51efb9961947e944e430a4013514122edae07d..0fe1351aa15419f182c8a86f9015ba4c165b0e88 100644
--- a/apps/i2psnark/resources/js/folder.js
+++ b/apps/i2psnark/resources/js/folder.js
@@ -1,4 +1,5 @@
 /* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 const setupbuttons=()=>{
 	let sp = document.forms[0].savepri;
diff --git a/apps/i2ptunnel/jsp/js/delete.js b/apps/i2ptunnel/jsp/js/delete.js
index dc13241bf1388622d65af769402963f7d74f82d2..ad8d9ef141163576d5b6595579bd87afc7aaf663 100644
--- a/apps/i2ptunnel/jsp/js/delete.js
+++ b/apps/i2ptunnel/jsp/js/delete.js
@@ -1,4 +1,5 @@
 /* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 function initDelete()
 {
diff --git a/apps/i2ptunnel/jsp/js/tableSlider.js b/apps/i2ptunnel/jsp/js/tableSlider.js
index c8199b98828445bb2594479bd21d4639d01dd878..31588c05b1131a9f0c8f3a83ea4246a46aafd2f9 100644
--- a/apps/i2ptunnel/jsp/js/tableSlider.js
+++ b/apps/i2ptunnel/jsp/js/tableSlider.js
@@ -1,4 +1,5 @@
 /* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 function initTables() {
 
diff --git a/apps/susidns/src/js/messages.js b/apps/susidns/src/js/messages.js
index dbc8f0edeaf38634329f623fff60f2b5f2ab0c5d..713620066c0348d8e2cedcbdefbfba662ed8f3d1 100644
--- a/apps/susidns/src/js/messages.js
+++ b/apps/susidns/src/js/messages.js
@@ -1,4 +1,5 @@
-/* #license http://www.jclark.com/xml/copying.txt Expat */
+/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 function HideMessages() {
   var hideableMessages = document.getElementsByClassName("messages");
diff --git a/apps/susimail/src/js/compose.js b/apps/susimail/src/js/compose.js
index b84bf2200c973552b219587305711c4b16f2983a..8bad9482981a6c5bd29a26f3fbedbd1407445246 100644
--- a/apps/susimail/src/js/compose.js
+++ b/apps/susimail/src/js/compose.js
@@ -1,4 +1,5 @@
 /* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 let beforePopup = true;
 window.addEventListener('beforeunload', (e)=>{if (beforePopup) e.returnValue=true;} );
diff --git a/apps/susimail/src/js/folder.js b/apps/susimail/src/js/folder.js
index 0cc7dc94b11c77b0f671900156cb588cd1960915..8f036599a2f4566ce9509d01ef67defa6e91be7c 100644
--- a/apps/susimail/src/js/folder.js
+++ b/apps/susimail/src/js/folder.js
@@ -1,4 +1,5 @@
 /* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 function initButtons() {
 	var buttons = document.getElementsByClassName("delete1");
diff --git a/apps/susimail/src/js/notifications.js b/apps/susimail/src/js/notifications.js
index ea636e90cad2488123b1ded736b2608edfb97695..4d176251cc9f1af80c6782bfb1745d0a54ca96e1 100644
--- a/apps/susimail/src/js/notifications.js
+++ b/apps/susimail/src/js/notifications.js
@@ -1,4 +1,5 @@
 /* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
+/* see also licenses/LICENSE-GPLv2.txt */
 
 function initNotifications() {
 	var buttons = document.getElementsByClassName("notifications");
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index d93e1a00fa2b9dbd370d35cf5b85ffd27fac060b..110d86beee1f22e4e1f2de1d521bb33eb281b71f 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -6939,7 +6939,6 @@ b.netdb_transport {
 
 .debug_container {
      padding: 10px 15px;
-     margin-top: -16px;
      background: linear-gradient(to bottom, #fafaff, rgba(250,250,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #efefff !important;
      border: 1px solid #dee2e6;
      box-shadow: inset 0 0 0 1px #fff;
@@ -6962,10 +6961,6 @@ b.netdb_transport {
      border-width: 1px;
 }
 
-.main#debug h3 + table {
-     margin-top: -16px;
-}
-
 #debug td {
     padding-top: 5px;
     padding-bottom: 5px;
@@ -7001,10 +6996,6 @@ b.netdb_transport {
      margin-bottom: -13px;
 }
 
-.debug_container:empty+ h3 {
-     margin-top: -16px !important;
-}
-
 .expiry td {
      padding-left: 3% !important;
 }