Chromium Code Reviews| Index: chrome/browser/resources/security_warnings/interstitial_v2.css |
| diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css |
| index 1c0d0af4df3c9175cddf9fe8b07aa82fb2b31bc1..0552a92671aa09815c3f783a8dfc37c4cfa883ab 100644 |
| --- a/chrome/browser/resources/security_warnings/interstitial_v2.css |
| +++ b/chrome/browser/resources/security_warnings/interstitial_v2.css |
| @@ -45,6 +45,16 @@ button:hover { |
| box-shadow: 0 1px 3px rgba(0, 0, 0, .50); |
| } |
| +.debugging-par { |
|
Bernhard Bauer
2014/09/19 08:40:35
What does "par" mean here?
felt
2014/09/20 15:47:02
Renamed to debugging-content.
|
| + line-height: 1em; |
| + margin-bottom: 0; |
| + margin-top: 0; |
| +} |
| + |
| +.debugging-title { |
| + font-weight: bold; |
| +} |
| + |
| #details { |
| color: #696969; |
| margin: 45px 0 50px; |
| @@ -60,6 +70,10 @@ button:hover { |
| text-transform: uppercase; |
| } |
| +#error-debugging-info { |
| + font-size: 0.8em; |
| +} |
| + |
| h1 { |
| -webkit-margin-after: 16px; |
| color: #585858; |