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

Unified Diff: chrome/browser/resources/search_header.css

Issue 701583002: downloads/bookmarks: change <h2> to <h1> for better screen reader semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/browser/resources/downloads/downloads.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/search_header.css
diff --git a/chrome/browser/resources/search_header.css b/chrome/browser/resources/search_header.css
index a7e0e51fa42c331f84717e1ea5e3a29eee092301..24e1723b5147feba701a6bd10c5de815dae61f99 100644
--- a/chrome/browser/resources/search_header.css
+++ b/chrome/browser/resources/search_header.css
@@ -25,7 +25,7 @@ header {
padding: 0 12px;
}
-header h2 {
+header h1 {
flex: 1;
/* TODO(dbeam): reconcile font/line-height/margin with chrome_shared.css */
font-size: 1.5em;
« no previous file with comments | « chrome/browser/resources/downloads/downloads.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698