| OLD | NEW |
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 4 */ | |
| 5 | 4 |
| 6 body { | 5 body { |
| 7 border: 0; | 6 border: 0; |
| 8 height: 35px; | 7 height: 35px; |
| 9 margin: 0; | 8 margin: 0; |
| 10 overflow: hidden; | 9 overflow: hidden; |
| 11 padding: 0; | 10 padding: 0; |
| 12 } | 11 } |
| 13 | 12 |
| 14 #main { | 13 #main { |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 | 291 |
| 293 #tutorial_footer button { | 292 #tutorial_footer button { |
| 294 background-color: #fff; | 293 background-color: #fff; |
| 295 border: 1px solid #000; | 294 border: 1px solid #000; |
| 296 font-family: 'Roboto', sans-serif; | 295 font-family: 'Roboto', sans-serif; |
| 297 font-size: 20pt; | 296 font-size: 20pt; |
| 298 height: 2em; | 297 height: 2em; |
| 299 margin: 0 24px; | 298 margin: 0 24px; |
| 300 width: 8em; | 299 width: 8em; |
| 301 } | 300 } |
| OLD | NEW |