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

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

Issue 3250002: Add an accordian effect to NTP. (Closed)
Patch Set: Fix menu positioning when there is a scrollbar. 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 25366b8d288c39a399325e5f70b7adb608d7e661..0bb6735a294afe1373533cedeb0174258bd174f7 100644
--- a/chrome/browser/resources/ntp/most_visited.css
+++ b/chrome/browser/resources/ntp/most_visited.css
@@ -4,7 +4,7 @@
position: relative;
padding: 0;
height: 366px;
- margin-top: -10px;
+ margin-top: 0;
arv (Not doing code reviews) 2010/08/31 21:13:59 You should be able to remove this now
-webkit-user-select: none;
}

Powered by Google App Engine
This is Rietveld 408576698