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

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

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.html
diff --git a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.html b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.html
index b3e5dacd4e76dd662c8bceae7ffafe907a537f06..4539728abb79b1bdcc36a374adb531aa01232796 100644
--- a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.html
+++ b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.html
@@ -13,11 +13,13 @@
<title>New 8ball</title>
<body>
- <div id="spacer"></div>
- <span id='title'>Magic 8 ball says to visit</span>
- <a id='mostVisitedThumb'>
- <span></span>
- </a>
+ <center>
+ <div id="spacer"></div>
+ <span id='title'>Magic 8 ball says to visit</span>
+ <a id='mostVisitedThumb'>
+ <span></span>
+ </a>
+ </center>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698