OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 | 5 |
6 .type_name, | 6 .type_name, |
7 .variable, | 7 .variable, |
8 .property { | 8 .property { |
9 font-style: italic; | 9 font-style: italic; |
10 } | 10 } |
(...skipping 27 matching lines...) Expand all Loading... |
38 */ | 38 */ |
39 .api_reference div.lower:first-letter { | 39 .api_reference div.lower:first-letter { |
40 text-transform: lowercase; | 40 text-transform: lowercase; |
41 } | 41 } |
42 | 42 |
43 .api_reference div.description { | 43 .api_reference div.description { |
44 margin-left: 2em; | 44 margin-left: 2em; |
45 } | 45 } |
46 | 46 |
47 div.summary .subdued { | 47 div.summary .subdued { |
48 color: #dfc9fb; | 48 color: #7594B8; |
49 } | 49 } |
50 | 50 |
51 .optional { | 51 .optional { |
52 color: #7D7D7D; | 52 color: #7D7D7D; |
53 } | 53 } |
OLD | NEW |