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

Unified Diff: chrome/browser/resources/app_list/start_page.css

Issue 887853003: Make app list start page doodle clickable and have alt text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@doodle_static
Patch Set: Created 5 years, 11 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/app_list/start_page.css
diff --git a/chrome/browser/resources/app_list/start_page.css b/chrome/browser/resources/app_list/start_page.css
index 25c19e536b118b99185a5eff56da718d14c74d62..a83d440828837bc11edb68bd9614892738d80fa2 100644
--- a/chrome/browser/resources/app_list/start_page.css
+++ b/chrome/browser/resources/app_list/start_page.css
@@ -4,6 +4,7 @@
html,
body {
+ -webkit-user-select: none;
background-color: rgb(245, 245, 245);
height: 100%;
margin: 0;
@@ -14,7 +15,7 @@ body {
#doodle {
display: none;
- margin: auto;
+ justify-content: center;
}
#default_logo {
« no previous file with comments | « no previous file | chrome/browser/resources/app_list/start_page.html » ('j') | chrome/browser/resources/app_list/start_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698