Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5374)

Unified Diff: chrome/browser/resources/ntp4/tile_page.css

Issue 8771060: ntp: adjust top padding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more commentary Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/tile_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/tile_page.css
diff --git a/chrome/browser/resources/ntp4/tile_page.css b/chrome/browser/resources/ntp4/tile_page.css
index ceadc25d933ed1afa0a896e3eae340bc8b617dfa..326b2a63137d440e62655b666532ab6cb157c974 100644
--- a/chrome/browser/resources/ntp4/tile_page.css
+++ b/chrome/browser/resources/ntp4/tile_page.css
@@ -23,7 +23,8 @@
.tile-page-content {
overflow-y: scroll;
- padding-top: 100px;
+ /* This value is mirrored in TilePage.updateTopMargin_ */
+ padding-top: 60px;
position: relative;
text-align: center;
width: 100%;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/tile_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698