| OLD | NEW |
| 1 /* Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file */ | 1 /* Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file */ |
| 2 /* for details. All rights reserved. Use of this source code is governed by a */ | 2 /* for details. All rights reserved. Use of this source code is governed by a */ |
| 3 /* BSD-style license that can be found in the LICENSE file. */ | 3 /* BSD-style license that can be found in the LICENSE file. */ |
| 4 | 4 |
| 5 body { | 5 body { |
| 6 background-color: #F8F8F8; | 6 background-color: #F8F8F8; |
| 7 font-family: 'Open Sans', sans-serif; | 7 font-family: 'Open Sans', sans-serif; |
| 8 font-size: 14px; | 8 font-size: 14px; |
| 9 font-weight: normal; | 9 font-weight: normal; |
| 10 line-height: 1.2em; | 10 line-height: 1.2em; |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 img { | 41 img { |
| 42 border: 1px solid #ccc; | 42 border: 1px solid #ccc; |
| 43 margin: auto; | 43 margin: auto; |
| 44 } | 44 } |
| 45 | 45 |
| 46 .center { | 46 .center { |
| 47 display: block; | 47 display: block; |
| 48 margin: 0px auto; | 48 margin: 0px auto; |
| 49 text-align: center; | 49 text-align: center; |
| 50 } | 50 } |
| OLD | NEW |