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

Unified Diff: chrome/browser/resources/ntp_search/thumbnail_page.css

Issue 10867021: NTP5: Improving the Tile Page resize logic (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resync'ing and rebasing Created 8 years, 3 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
« no previous file with comments | « chrome/browser/resources/ntp_search/new_tab.html ('k') | chrome/browser/resources/ntp_search/tile_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_search/thumbnail_page.css
diff --git a/chrome/browser/resources/ntp_search/thumbnail_page.css b/chrome/browser/resources/ntp_search/thumbnail_page.css
index 012ba77ec6273941ab79ae8f04b92d0eed1e75bb..2828c5d738fd58f27acfc143efd485f8f9351052 100644
--- a/chrome/browser/resources/ntp_search/thumbnail_page.css
+++ b/chrome/browser/resources/ntp_search/thumbnail_page.css
@@ -35,8 +35,6 @@
border-color: rgb(224, 224, 224);
border-radius: 3px;
box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
- display: inline-block;
- position: absolute;
}
/* -----------------------------------------------------------------------------
@@ -109,4 +107,4 @@
.thumbnail-card:first-child {
-webkit-margin-start: -1px;
-}
+}
« no previous file with comments | « chrome/browser/resources/ntp_search/new_tab.html ('k') | chrome/browser/resources/ntp_search/tile_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698