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

Unified Diff: chrome/browser/resources/contextual_search/promo.css

Issue 587803003: [Search] Add a header image to the promo flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 3 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
Index: chrome/browser/resources/contextual_search/promo.css
diff --git a/chrome/browser/resources/contextual_search/promo.css b/chrome/browser/resources/contextual_search/promo.css
index 2cebc940e299d6305eda31839d175804f7628de6..da8f190e8eae3ec7de3d0b8c3f66d5db286cbf70 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -51,7 +51,7 @@ a {
#description {
font-size: 16px;
line-height: 1.4em;
- margin: 32px 16px 4px 16px;
+ margin: 24px 16px 4px 16px;
}
#heading {
@@ -60,3 +60,9 @@ a {
margin-top: 0;
text-align: center;
}
+
+#header-image {
+ display: block;
+ height: 100px;
+ margin: 0 auto 24px auto;
+}

Powered by Google App Engine
This is Rietveld 408576698