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

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

Issue 9310003: [uber page] Minor style improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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/shared/css/button.css ('k') | no next file » | 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 119926)
+++ chrome/browser/resources/shared/css/chrome_shared2.css (working copy)
@@ -13,7 +13,7 @@
body {
cursor: default;
- font-family: Open Sans, sans-serif;
+ font-family: 'Open Sans', sans-serif;
font-size: 12px;
margin: 0;
}
@@ -31,12 +31,12 @@
}
a {
- color: #1155cc;
+ color: rgb(17, 85, 204);
text-decoration: underline;
}
a:active {
- color: #052577;
+ color: rgb(5, 37, 119);
}
div.checkbox,
« no previous file with comments | « chrome/browser/resources/shared/css/button.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698