OLD | NEW |
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 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 /* GENERAL */ | 5 /* GENERAL */ |
6 .inline-toc ul, .inline-toc ol {list-style-type: none;} | 6 .inline-toc ul, .inline-toc ol {list-style-type: none;} |
7 .small-gap {margin-top: 0.5em;} | 7 .small-gap {margin-top: 0.5em;} |
8 .small-gap li, dt {margin-top: 1em;} | 8 .small-gap li, dt {margin-top: 1em;} |
9 .no-gap {margin-bottom: 0;} | 9 .no-gap {margin-bottom: 0;} |
10 .no-gap-li li {margin-top: 0;} | 10 .no-gap-li li {margin-top: 0;} |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 float: right; | 74 float: right; |
75 margin: 2em 4em; | 75 margin: 2em 4em; |
76 } | 76 } |
77 #home .big-intro { | 77 #home .big-intro { |
78 font-size: 16px; | 78 font-size: 16px; |
79 } | 79 } |
80 #home iframe.video { | 80 #home iframe.video { |
81 display: block; | 81 display: block; |
82 margin: 1em auto 0; | 82 margin: 1em auto 0; |
83 } | 83 } |
| 84 #home .left-side { |
| 85 float: left; |
| 86 width: 54%; |
| 87 background-color: #FFF; |
| 88 } |
| 89 #home .left-side-inner { |
| 90 padding-right: 40px; |
| 91 } |
| 92 #home .pull-quote { |
| 93 background-color: #f5f5f5; |
| 94 border-bottom: 1px solid; |
| 95 border-top: 1px solid; |
| 96 font-size: 14px; |
| 97 float: right; |
| 98 margin: .5em 2em 2em 2em; |
| 99 padding: 1em; |
| 100 } |
84 #home .right-side { | 101 #home .right-side { |
85 float: right; | 102 float: right; |
86 width: 54%; | 103 width: 54%; |
87 background-color: #FFF; | 104 background-color: #FFF; |
88 } | 105 } |
89 #home .right-side-inner { | 106 #home .right-side-inner { |
90 padding-left: 40px; | 107 padding-left: 40px; |
91 } | 108 } |
92 | 109 |
93 /* CSS for the Release Notes page */ | 110 /* CSS for the Release Notes page */ |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 } | 362 } |
346 #doxygen-ref .memitem { | 363 #doxygen-ref .memitem { |
347 border-top:1px solid #E5ECF9; | 364 border-top:1px solid #E5ECF9; |
348 border:none; | 365 border:none; |
349 } | 366 } |
350 #doxygen-ref .doxygen-global { | 367 #doxygen-ref .doxygen-global { |
351 background-color: #ffcc66; | 368 background-color: #ffcc66; |
352 } | 369 } |
353 | 370 |
354 */ | 371 */ |
OLD | NEW |