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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2156883003: MD Settings: About page, remove unnecessary two-line CSS class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 10d4a34b8ca660e8b62b8e9cdb2f93c153feca04..05bc10e2fa3e1d8b0cc548bfb1a2d8aee1d1f017 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -131,8 +131,7 @@
</if>
</span>
</div>
- <div id="help" class="settings-box two-line" on-tap="onHelpTap_"
- actionable>
+ <div id="help" class="settings-box" on-tap="onHelpTap_" actionable>
$i18n{aboutGetHelpUsingChrome}
</div>
<if expr="_google_chrome">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698