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

Unified Diff: chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge Created 8 years, 9 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/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
diff --git a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
index 88781e216ff268d78cfdb81b44f129791e329574..a9fcdad8b86836888f02876332db9014a9b275fb 100644
--- a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
+++ b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
@@ -13,24 +13,16 @@ html {
#title {
color: #555;
- font-size: 400%;
font-weight: bold;
+ height: 200px;
vertical-align: middle;
}
#mostVisitedThumb {
- display: inline-block;
- height: 132px;
+ background-repeat: no-repeat;
+ height: 200px;
margin-left: 20px;
- position: relative;
+ padding-left: 20px;
vertical-align: middle;
width: 212px;
}
-
-#mostVisitedThumb span {
- background-repeat: no-repeat;
- bottom: -23px;
- padding-left: 20px;
- position: absolute;
- white-space: nowrap;
-}

Powered by Google App Engine
This is Rietveld 408576698