| Index: chrome/browser/resources/ssl/interstitial_v2.css
|
| diff --git a/chrome/browser/resources/ssl/interstitial_v2.css b/chrome/browser/resources/ssl/interstitial_v2.css
|
| index c3040b3bd5a7407e9bf472b5820fb79cb4f14270..1428a22c9cc7bf82835c29785cadbe9c80084dad 100644
|
| --- a/chrome/browser/resources/ssl/interstitial_v2.css
|
| +++ b/chrome/browser/resources/ssl/interstitial_v2.css
|
| @@ -51,7 +51,7 @@ button:hover {
|
| }
|
|
|
| #details p:not(:first-of-type) {
|
| - margin-top: 39px;
|
| + margin-top: 20px;
|
| }
|
|
|
| #error-code {
|
| @@ -205,7 +205,7 @@ h1 {
|
| button,
|
| [dir='rtl'] button {
|
| float: none;
|
| - height: auto;
|
| + font-size: 1em;
|
| width: 100%;
|
| }
|
|
|
| @@ -235,4 +235,8 @@ h1 {
|
| .nav-wrapper {
|
| margin-top: 30px;
|
| }
|
| +
|
| + .small-link {
|
| + font-size: 1em;
|
| + }
|
| }
|
|
|