Index: components/neterror/resources/neterror.css |
diff --git a/components/neterror/resources/neterror.css b/components/neterror/resources/neterror.css |
index b9ba88b74bfeb95deaa682a392f0e6a4244be4cf..faeaf2af2400a23edd50085bf6903b140a58ff19 100644 |
--- a/components/neterror/resources/neterror.css |
+++ b/components/neterror/resources/neterror.css |
@@ -94,14 +94,24 @@ a { |
margin-top: 15px; |
} |
+#suggestions-list p { |
+ -webkit-margin-after: 0; |
+} |
+ |
+#suggestions-list ul { |
+ margin-top: 0; |
+} |
+ |
+.single-suggestion { |
+ list-style-type: none; |
+ padding-left: 0; |
+} |
+ |
#short-suggestion { |
margin-top: 5px; |
} |
#sub-frame-error-details { |
-<if expr="is_ios"> |
- font-size: 8pt; |
-</if> |
color: #8F8F8F; |
<if expr="not is_android and not is_ios"> |
/* Not done on mobile for performance reasons. */ |
@@ -268,6 +278,9 @@ html[subframe] body { |
} |
#sub-frame-error-details { |
+<if expr="is_ios"> |
+ font-size: 8pt; |
+</if> |
margin: 0 10px; |
text-align: center; |
visibility: hidden; |