| 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 2306d66b6e51427546a3d2c399cdbc34d72982cb..84f7b56ed32c62d5086d04888aa976e8027b5cd9 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 {
|
| @@ -211,7 +211,7 @@ h2 {
|
| button,
|
| [dir='rtl'] button {
|
| float: none;
|
| - height: auto;
|
| + font-size: 1em;
|
| width: 100%;
|
| }
|
|
|
| @@ -241,4 +241,8 @@ h2 {
|
| .nav-wrapper {
|
| margin-top: 30px;
|
| }
|
| +
|
| + .small-link {
|
| + font-size: 1em;
|
| + }
|
| }
|
|
|