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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_voice_interaction_value_prop.css

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
xc 2017/05/31 18:37:52 wrong date
yueli 2017/06/02 02:03:46 Done.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 #voice-interaction-value-prop {
6 display: flex;
7 flex-flow: column;
8 font-size: 16px;
9 min-height: unset;
10 padding: unset;
11 text-align: start;
xiyuan 2017/05/30 19:26:22 Can the above 3 rules be removed ?
yueli 2017/06/02 02:03:46 Done.
12 width: 768px;
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698