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

Unified Diff: chrome/browser/resources/shared/css/chrome_shared2.css

Issue 9328020: [uber page] Update web-ui font settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase Created 8 years, 10 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/options2/options.html ('k') | chrome/browser/resources/uber/uber_frame.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/chrome_shared2.css
===================================================================
--- chrome/browser/resources/shared/css/chrome_shared2.css (revision 120636)
+++ chrome/browser/resources/shared/css/chrome_shared2.css (working copy)
@@ -16,19 +16,17 @@
body {
cursor: default;
- font-family: 'Open Sans', sans-serif;
- font-size: 12px;
margin: 0;
}
p {
- line-height: 22px;
+ line-height: 1.8em;
}
h1 {
-webkit-user-select: none;
color: rgb(48, 57, 66);
- font-size: 18px;
+ font-size: 1.2em;
font-weight: normal;
margin-top: 1em;
}
« no previous file with comments | « chrome/browser/resources/options2/options.html ('k') | chrome/browser/resources/uber/uber_frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698