diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-20 17:44:20 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-20 17:44:20 +0200 |
commit | bcb0bf1c1006b1bad7c7de52923dda477f11e84d (patch) | |
tree | 1307adc78a9712f0eedbb08d351313d37aa87d25 /application/palemoon/base/content/newtab/newTab.xhtml | |
parent | 56ddb90de1000c4ed8e95019805fa93d38b94231 (diff) | |
download | UXP-bcb0bf1c1006b1bad7c7de52923dda477f11e84d.tar UXP-bcb0bf1c1006b1bad7c7de52923dda477f11e84d.tar.gz UXP-bcb0bf1c1006b1bad7c7de52923dda477f11e84d.tar.lz UXP-bcb0bf1c1006b1bad7c7de52923dda477f11e84d.tar.xz UXP-bcb0bf1c1006b1bad7c7de52923dda477f11e84d.zip |
Issue #517 Part 3: Remove compact style
Diffstat (limited to 'application/palemoon/base/content/newtab/newTab.xhtml')
-rw-r--r-- | application/palemoon/base/content/newtab/newTab.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/newtab/newTab.xhtml b/application/palemoon/base/content/newtab/newTab.xhtml index 3017c02cb..723ee232f 100644 --- a/application/palemoon/base/content/newtab/newTab.xhtml +++ b/application/palemoon/base/content/newtab/newTab.xhtml @@ -72,7 +72,7 @@ <div id="newtab-horizontal-margin"> <div class="newtab-side-margin"/> <div id="newtab-grid"> - <h1 id="topsites-heading"/> + <!-- site grid --> </div> <div class="newtab-side-margin"/> </div> |