Index: chrome/browser/resources/ntp4/new_tab.js |
=================================================================== |
--- chrome/browser/resources/ntp4/new_tab.js (revision 96974) |
+++ chrome/browser/resources/ntp4/new_tab.js (working copy) |
@@ -553,6 +553,8 @@ |
pageSwitcherRight.style.width = |
(page.sideMargin - scrollbarWidth + 13) + 'px'; |
pageSwitcherRight.style.right = scrollbarWidth + 'px'; |
+ pageSwitcherLeft.style.top = pageSwitcherRight.style.top = |
+ page.querySelector('.tile-page-content').offsetTop + 'px'; |
Evan Stade
2011/08/17 21:04:29
I think you should set an equal margin on the bott
csilv
2011/08/17 23:05:58
Done. The padding-bottom is what works for this.
|
} |
/** |