Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="finished-container" hidden> | |
| 2 <div class="container"> | |
| 3 <div class="header"> | |
| 4 <span class="close"></span> | |
| 5 <div class="header-text"> | |
| 6 <div class="v-spacing-for-no-subheading"> | |
| 7 </div> | |
|
Bernhard Bauer
2014/09/01 10:16:24
I would try to fit this on the previous line; it m
kcarattini
2014/09/02 04:37:23
Done.
| |
| 8 <h1>All set!</h1> | |
| 9 </div> | |
| 10 </div> | |
| 11 <div class="content"> | |
| 12 <div class="col-3"> | |
| 13 <h4>Your Chromebook can now:</h4> | |
| 14 <div class="check"> | |
| 15 <span class="icon"></span> | |
| 16 <span class="text">Recognize your voice when you say 'Ok Google'</span > | |
|
Bernhard Bauer
2014/09/01 10:16:24
Fit this in 80 columns. Same for other instances.
kcarattini
2014/09/02 04:37:23
Done.
| |
| 17 </div> | |
| 18 <div class="check"> | |
| 19 <span class="icon"></span> | |
| 20 <span class="text">Respond to 'Ok Google' when the screen is on</span> | |
| 21 </div> | |
| 22 You can change these settings at any time in the <a href="#">Chrome Se ttings</a> | |
|
Bernhard Bauer
2014/09/01 10:16:24
Align with two fewer spaces.
kcarattini
2014/09/02 04:37:23
Done.
| |
| 23 </div> | |
| 24 </div> | |
| 25 <div class="buttonbar"> | |
| 26 <button id="try-now-button" class="primary">OK, TRY IT NOW</button> | |
| 27 </div> | |
| 28 </div> | |
| 29 </div> | |
| OLD | NEW |