OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2014 The Chromium Authors. All rights reserved. | 2 * Copyright 2014 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 .documentation-code { | 7 .documentation-code { |
8 border: 1px dotted black; | 8 border: 1px dotted black; |
9 border-radius: 6px; | 9 border-radius: 6px; |
10 padding: 10px; | 10 padding: 10px; |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 font-weight: bold; | 55 font-weight: bold; |
56 padding-bottom: 7px; | 56 padding-bottom: 7px; |
57 } | 57 } |
58 | 58 |
59 .documentation-view { | 59 .documentation-view { |
60 -webkit-user-select: text; | 60 -webkit-user-select: text; |
61 padding: 10px; | 61 padding: 10px; |
62 } | 62 } |
63 | 63 |
64 .documentation-example-description-section { | 64 .documentation-example-description-section { |
65 margin-bottom: 10px; | 65 margin-bottom: 20px; |
66 } | 66 } |
67 | 67 |
68 .documentation-example-link { | 68 .documentation-example-link { |
69 float: right; | 69 float: right; |
| 70 background-color: rgb(241, 246, 251); |
70 } | 71 } |
71 | 72 |
72 .documentation-box { | 73 .documentation-box { |
73 padding: 6px; | 74 padding: 6px; |
74 text-decoration: none; | 75 text-decoration: none; |
75 margin-left: 10px; | 76 margin-left: 10px; |
76 margin-top: 5px; | 77 margin-top: 5px; |
77 border-radius: 5px; | 78 border-radius: 5px; |
78 } | 79 } |
OLD | NEW |