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

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 7846006: ntp4: sprucing up bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/ntp4/most_visited_page.js ('k') | chrome/browser/resources/ntp4/new_tab_theme.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 392281fd7cface7e0866858ad1af82375143789a..2281c5c760e17f638201c8992feb88dfa4b8c177 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -136,19 +136,19 @@ document.documentElement.setAttribute('touchui', true);
<!-- Bookmarks Top Link -->
<div id="bookmarks-top-link-wrapper" hidden>
- <a i18n-content="bookmarksManagerLinkTitle"></a>
+ <a i18n-content="bookmarksManagerLinkTitle" class="link-color"></a>
</div>
<!-- Bookmarks Bottom Link -->
<div id="bookmarks-bottom-link-wrapper" hidden>
- <a i18n-content="bookmarksShowAllLinkTitle"></a>
+ <a i18n-content="bookmarksShowAllLinkTitle" class="link-color"></a>
</div>
<!-- Bookmarks Import Data Link -->
<div id="bookmarks-import-data-link-template"
class="bookmarks-import-data-link-wrapper" hidden>
<a href="chrome://settings/importData"
- i18n-content="importDataLinkTitle"></a>
+ i18n-content="importDataLinkTitle" class="link-color"></a>
</div>
</html>
« no previous file with comments | « chrome/browser/resources/ntp4/most_visited_page.js ('k') | chrome/browser/resources/ntp4/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698