Chromium Code Reviews| Index: components/security_interstitials/core/browser/resources/interstitial_v2.css |
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_v2.css |
| index ea9e1f9b66f924827727269571e342fc2b4510f9..95bc2dff0458f706410057ff72c209499a75fc7e 100644 |
| --- a/components/security_interstitials/core/browser/resources/interstitial_v2.css |
| +++ b/components/security_interstitials/core/browser/resources/interstitial_v2.css |
| @@ -61,6 +61,13 @@ button:hover { |
| margin-top: 1em; |
| } |
| +.debugging-content-pem { |
| + font-family: monospace; |
| + font-size: 1.2em; |
| + margin-top: 0.5em; |
| + display: block; |
|
elawrence
2016/10/13 16:50:02
I think display:block should go first, per
https:/
meacer
2016/10/13 17:36:49
Ah, didn't know about alphabetical sorting rule. T
|
| +} |
| + |
| .debugging-title { |
| font-weight: bold; |
| } |