aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--data/settings/styles/styles.css3
-rw-r--r--lib/html_script_finder/web_labels/js_web_labels.js2
3 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 4626e16..335aba4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ librejs.tp
librejs.vr
*.xpi
Makefile
+/node_modules
diff --git a/data/settings/styles/styles.css b/data/settings/styles/styles.css
index abf6977..2e1a88a 100644
--- a/data/settings/styles/styles.css
+++ b/data/settings/styles/styles.css
@@ -1,6 +1,5 @@
body {
- font-size:67.5%;
- background:#CCC;
+ background: #ccc;
}
#site-header {
diff --git a/lib/html_script_finder/web_labels/js_web_labels.js b/lib/html_script_finder/web_labels/js_web_labels.js
index ab363d9..e987923 100644
--- a/lib/html_script_finder/web_labels/js_web_labels.js
+++ b/lib/html_script_finder/web_labels/js_web_labels.js
@@ -262,8 +262,6 @@ WebLabelFinder.prototype.matchListWithDefs = function(jslicenseURL) {
}
}, 15000);
-
-
for (var i = 0; i < this.licenseList.length; i++) {
// this.licenseList[i] is the web labels license column
var lic = this.licenseList[i];