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

Unified Diff: chrome/browser/resources/net_internals/import_view.html

Issue 10834312: Make net-internals work a bit better on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Minor fixups Created 8 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
Index: chrome/browser/resources/net_internals/import_view.html
===================================================================
--- chrome/browser/resources/net_internals/import_view.html (revision 151054)
+++ chrome/browser/resources/net_internals/import_view.html (working copy)
@@ -11,13 +11,11 @@
}
.import-view-pending-log {
- font-family: sans-serif;
color: blue;
font-weight: bold;
}
.import-view-success-log {
- font-family: sans-serif;
color: green;
font-weight: bold;
}

Powered by Google App Engine
This is Rietveld 408576698