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

Unified Diff: chrome/browser/resources/ntp/most_visited.css

Issue 3363001: Different approach to NTP layout (Closed)
Patch Set: cleanup Created 10 years, 4 months 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
Index: chrome/browser/resources/ntp/most_visited.css
diff --git a/chrome/browser/resources/ntp/most_visited.css b/chrome/browser/resources/ntp/most_visited.css
index 0bb6735a294afe1373533cedeb0174258bd174f7..3512d59b03842cf96b222302baff6d0a0eb6299c 100644
--- a/chrome/browser/resources/ntp/most_visited.css
+++ b/chrome/browser/resources/ntp/most_visited.css
@@ -1,10 +1,8 @@
/* Most Visited */
-#most-visited {
+#most-visited-maxiview {
position: relative;
- padding: 0;
height: 366px;
- margin-top: 0;
-webkit-user-select: none;
}
@@ -240,7 +238,7 @@ html[dir=rtl] .thumbnail-container > .title > div {
}
@media (max-width: 940px) {
- #most-visited {
+ #most-visited-maxiview {
height: 294px;
}

Powered by Google App Engine
This is Rietveld 408576698