Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1813)

Unified Diff: chrome/renderer/resources/neterror.css

Issue 1639953002: Network error interstitial update - add suggestions list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up styling Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/resources/neterror.html » ('j') | chrome/renderer/resources/neterror.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/neterror.css
diff --git a/chrome/renderer/resources/neterror.css b/chrome/renderer/resources/neterror.css
index 246c8a9e634a51b06c21453248bcee5db7e0e8f9..315e9bc2fdc4772c4182c46e25e44ee57894cb1e 100644
--- a/chrome/renderer/resources/neterror.css
+++ b/chrome/renderer/resources/neterror.css
@@ -99,6 +99,19 @@ 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;
}
« no previous file with comments | « no previous file | chrome/renderer/resources/neterror.html » ('j') | chrome/renderer/resources/neterror.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698