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

Unified Diff: pkg/polymer/lib/src/build/log_injector.css

Issue 487813002: add font rules to log widget (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/build/log_injector.css
diff --git a/pkg/polymer/lib/src/build/log_injector.css b/pkg/polymer/lib/src/build/log_injector.css
index 9f649fdc359f25076e1dfbd170167ea901773160..e0f03007147458e9a59586ae353e6da2cefbb6e2 100644
--- a/pkg/polymer/lib/src/build/log_injector.css
+++ b/pkg/polymer/lib/src/build/log_injector.css
@@ -7,6 +7,7 @@
right: 0;
max-width: 50%;
z-index: 10000;
+ font-family: sans-serif !important;
}
.build-logs .log {
padding: 0.6em;
@@ -73,5 +74,5 @@
padding: 0.4em 0.2em 0.2em 2em;
white-space: pre;
display: block;
- font-family: monospace;
+ font-family: monospace !important;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698