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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html

Issue 2751253003: [MD settings] align minimum font size on example (Closed)
Patch Set: merge master Created 3 years, 9 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/appearance_page/appearance_fonts_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
index 54da220007bc2a68cbbb39113ced799578de24ca..7ce91b0dd0a9891e9507dc5194021abfb078969d 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
@@ -21,16 +21,14 @@
</div>
<div class="settings-box">
<div class="start">$i18n{minimumFont}</div>
- <div class="list-item"
- style="
- font-size:[[computeMinimumFontSize_(
- prefs.webkit.webprefs.minimum_font_size.value)]]px;
- font-family:
- '[[prefs.webkit.webprefs.fonts.standard.Zyyy.value]]';">
- <span>[[
- computeMinimumFontSize_(
- prefs.webkit.webprefs.minimum_font_size.value)]]</span>
- : $i18n{quickBrownFox}
+ <div style="
+ font-size:[[computeMinimumFontSize_(
+ prefs.webkit.webprefs.minimum_font_size.value)]]px;
+ font-family:
+ '[[prefs.webkit.webprefs.fonts.standard.Zyyy.value]]';">
+ [[computeMinimumFontSize_(
+ prefs.webkit.webprefs.minimum_font_size.value)]]:
+ $i18n{quickBrownFox}
</div>
<settings-slider id="minimumSizeSlider"
pref="{{prefs.webkit.webprefs.minimum_font_size}}"
« 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