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

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

Issue 7038051: NTP4: Add ability to drag links to the apps pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: this.ownerDocument Created 9 years, 7 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.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index d649743775d78a73b7a93c3df7e60fdf7f9304cf..b04e3291b9aa73d2e3cdca6c76afd3ada5039b56 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -6,6 +6,8 @@
*/
html {
+ font-family: segoe ui, arial, helvetica, sans-serif;
+ font-size: 14px;
/* It's necessary to put this here instead of in body in order to get the
background-size of 100% to work properly */
height: 100%;
@@ -22,12 +24,6 @@ body {
-webkit-user-select: none;
}
-body,
-button span {
- font-family: segoe ui, arial, helvetica, sans-serif;
- font-size: 14px;
-}
-
#card-slider-frame {
/* Must match #footer height. */
bottom: 50px;
« 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