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

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: Fix comment indent in JS 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
« no previous file with comments | « no previous file | chrome/browser/resources/offline_pages/offline_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/offline_pages/offline_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698