diff options
Diffstat (limited to 'chrome/browser/resources/ntp4/new_tab.html')
-rw-r--r-- | chrome/browser/resources/ntp4/new_tab.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html index a1c3fca..6f30f06 100644 --- a/chrome/browser/resources/ntp4/new_tab.html +++ b/chrome/browser/resources/ntp4/new_tab.html @@ -81,7 +81,8 @@ document.documentElement.setAttribute('touchui', true); <div id="notification"> <span></span> <div id="notificationLinks"></div> - <button class="close-button" class="custom-appearance"></button> + <button class="close-button custom-appearance" class="custom-appearance"> + </button> </div> </div> |