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

Unified Diff: chrome/browser/resources/help/help_content.css

Issue 2142553003: Adjust the spacing between icon and text in about page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | ui/webui/resources/images/eol.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help_content.css
diff --git a/chrome/browser/resources/help/help_content.css b/chrome/browser/resources/help/help_content.css
index b9b7756a350f4ec8ea083528ddeabc460c96e578..4c472560e8f04f651e3ed9f955611135ea6bafa9 100644
--- a/chrome/browser/resources/help/help_content.css
+++ b/chrome/browser/resources/help/help_content.css
@@ -108,13 +108,13 @@
}
#eol-status-message-container {
- -webkit-margin-start: 12px;
+ -webkit-margin-start: 8px;
display: inline-block;
vertical-align: middle;
}
#update-status-message-container {
- -webkit-margin-start: 12px;
+ -webkit-margin-start: 8px;
display: inline-block;
vertical-align: middle;
}
« no previous file with comments | « no previous file | ui/webui/resources/images/eol.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698