Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 */ | 4 */ |
| 5 @font-face { | 5 @font-face { |
| 6 font-family: 'Roboto'; | 6 font-family: 'Roboto2'; |
| 7 font-weight: 400; | 7 font-weight: 400; |
| 8 src: url(/roboto.woff) format('woff'); | 8 src: local('Roboto'), local('Roboto2-Regular'), url(/roboto.woff2) format('wof f2'), url(/roboto.woff) format('woff'); |
|
Dan Beam
2014/08/06 21:01:12
80 col wrap
Mathieu
2014/08/08 14:08:27
Done.
| |
| 9 } | 9 } |
| 10 | 10 |
| 11 body { | 11 body { |
| 12 font-family: 'Roboto'; | 12 font-family: 'Roboto2', sans-serif; |
| 13 font-size: 1em; | 13 font-size: 1em; |
| 14 margin: 0; | 14 margin: 0; |
| 15 } | 15 } |
| 16 | 16 |
| 17 p { | 17 p { |
| 18 margin: 1.5em; | 18 margin: 1.5em; |
| 19 text-align: justify; | 19 text-align: justify; |
| 20 } | 20 } |
| 21 | 21 |
| 22 a { | 22 a { |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 38 text-decoration: none; | 38 text-decoration: none; |
| 39 text-transform: uppercase; | 39 text-transform: uppercase; |
| 40 } | 40 } |
| 41 | 41 |
| 42 #button-container { | 42 #button-container { |
| 43 position: fixed; | 43 position: fixed; |
| 44 text-align: right; | 44 text-align: right; |
| 45 top: calc(70% - 76px /* action bar */ - 69px /* height of content */); | 45 top: calc(70% - 76px /* action bar */ - 69px /* height of content */); |
| 46 width: 100%; | 46 width: 100%; |
| 47 } | 47 } |
| OLD | NEW |