summaryrefslogtreecommitdiff
path: root/libre/iceweasel/libre.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-10-04 12:52:42 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-10-05 22:06:14 +0200
commit25d9c357ba0a6e5a76c099d3fc7615efd40a20c8 (patch)
tree254bfc128a9ff6d74ebc819316509db899f10d0e /libre/iceweasel/libre.patch
parente15286065e604ddcb93402db0e3b19df2db72bf4 (diff)
libre/iceweasel: updated to 56.0
Diffstat (limited to 'libre/iceweasel/libre.patch')
-rw-r--r--libre/iceweasel/libre.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch
index 46a0c9e65..ac2694740 100644
--- a/libre/iceweasel/libre.patch
+++ b/libre/iceweasel/libre.patch
@@ -27,9 +27,9 @@ index c0b02e257..dc726d41a 100644
display: block;
position: absolute;
top: 12px;
- right: 12px;
-- width: 70px;
-- height: 20px;
+ offset-inline-end: 12px;
+- width: 67px;
+- height: 19px;
+ width: 200px;
+ height: 110px;
+}
@@ -65,13 +65,13 @@ index 50f3e01cd..5df008555 100644
// * add an entry here in the proper ordering (based on spans)
// The <a/> part of the snippet will be linked to the corresponding url.
-const DEFAULT_SNIPPETS_URLS = [
-- "https://www.mozilla.org/firefox/features/?utm_source=snippet&utm_medium=snippet&utm_campaign=default+feature+snippet"
--, "https://addons.mozilla.org/firefox/?utm_source=snippet&utm_medium=snippet&utm_campaign=addons"
+- "https://www.mozilla.org/firefox/features/?utm_source=snippet&utm_medium=snippet&utm_campaign=default+feature+snippet",
+- "https://addons.mozilla.org/firefox/?utm_source=snippet&utm_medium=snippet&utm_campaign=addons"
-];
+const DEFAULT_SNIPPETS_URLS = [ "" ];
-const SNIPPETS_UPDATE_INTERVAL_MS = 14400000; // 4 hours.
-+const SNIPPETS_UPDATE_INTERVAL_MS = 86400000; // 1 Day.
++const SNIPPETS_UPDATE_INTERVAL_MS = 86400000; // 1 day.
// IndexedDB storage constants.
const DATABASE_NAME = "abouthome";