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

Unified Diff: chrome/browser/resources/chromeos/neterror.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 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 | « chrome/browser/resources/chromeos/mobile_setup.css ('k') | chrome/browser/resources/chromeos/nfc_debug.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/neterror.css
diff --git a/chrome/browser/resources/chromeos/neterror.css b/chrome/browser/resources/chromeos/neterror.css
index 1b72f5d9b524f0ea646db3d4d2fc03ed3077881d..7db6f2093ac81e14444304954a3c185e4e52db74 100644
--- a/chrome/browser/resources/chromeos/neterror.css
+++ b/chrome/browser/resources/chromeos/neterror.css
@@ -35,10 +35,8 @@ a {
}
.icon-generic {
- /**
- * Can't access chrome://theme/IDR_ERROR_NETWORK_GENERIC from an untrusted
- * renderer process, so embed the resource manually.
- */
+ /* Can't access chrome://theme/IDR_ERROR_NETWORK_GENERIC from an untrusted
+ * renderer process, so embed the resource manually. */
content: -webkit-image-set(
url(../../../../components/resources/default_100_percent/neterror/error_network_generic.png) 1x,
url(../../../../components/resources/default_200_percent/neterror/error_network_generic.png) 2x);
« no previous file with comments | « chrome/browser/resources/chromeos/mobile_setup.css ('k') | chrome/browser/resources/chromeos/nfc_debug.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698