diff options
Diffstat (limited to 'application/palemoon/base/content/newtab/newTab.xhtml')
-rw-r--r-- | application/palemoon/base/content/newtab/newTab.xhtml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/application/palemoon/base/content/newtab/newTab.xhtml b/application/palemoon/base/content/newtab/newTab.xhtml index c6444d8f9..a435bfa73 100644 --- a/application/palemoon/base/content/newtab/newTab.xhtml +++ b/application/palemoon/base/content/newtab/newTab.xhtml @@ -23,28 +23,6 @@ </head> <body dir="&locale.dir;"> - <div id="newtab-customize-overlay"></div> - - <div class="newtab-customize-panel-container"> - <div id="newtab-customize-panel" orient="vertical"> - <div id="newtab-customize-panel-anchor"></div> - <div id="newtab-customize-panel-inner-wrapper"> - <div id="newtab-customize-title" class="newtab-customize-panel-item"> - <label>&newtab.customize.cog.title2;</label> - </div> - <div id="newtab-customize-classic" class="newtab-customize-panel-item selectable"> - <label>&newtab.customize.classic;</label> - </div> - <div id="newtab-customize-blank" class="newtab-customize-panel-item selectable"> - <label>&newtab.customize.blank2;</label> - </div> - <div id="newtab-customize-learn" class="newtab-customize-panel-item"> - <label>&newtab.customize.cog.learn;</label> - </div> - </div> - </div> - </div> - <div id="newtab-vertical-margin"> <div id="newtab-margin-top"/> @@ -78,9 +56,6 @@ <div id="newtab-margin-bottom"/> </div> - <input id="newtab-customize-button" type="button" dir="&locale.dir;" - value="⚙" - title="&newtab.customize.title;"/> </body> <script type="text/javascript;version=1.8" src="chrome://browser/content/newtab/newTab.js"/> </html> |