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

Unified Diff: chrome/browser/resources/offline_pages/offline_internals.css

Issue 2928243002: Return operation name in prefetch request callback and add internal page hookup (Closed)
Patch Set: Rebase Created 3 years, 6 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/offline_pages/offline_internals.css
diff --git a/chrome/browser/resources/offline_pages/offline_internals.css b/chrome/browser/resources/offline_pages/offline_internals.css
index b37a1dc9b0a8bbee40b6adca5ca63ba6e9ba1f69..534ae985fa91e91b4aceed5ddcee9ea0edbca9fa 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.css
+++ b/chrome/browser/resources/offline_pages/offline_internals.css
@@ -50,3 +50,8 @@ li:nth-child(2n) {
#current-status {
font-size: 15px;
}
+
+.dump {
+ font-family: monospace;
+ white-space: pre-wrap;
+}

Powered by Google App Engine
This is Rietveld 408576698