OLD | NEW |
| 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 |
| 3 * found in the LICENSE file. */ |
| 4 |
1 /* | 5 /* |
2 * Based off the Doxygen generated template stylesheet and trimmed/edited to | 6 * Based off the Doxygen generated template stylesheet and trimmed/edited to |
3 * remove items that would conflict with codesite or other overlying | 7 * remove items that would conflict with codesite or other overlying |
4 * stylesheets while maintaining the desired look and feel. | 8 * stylesheets while maintaining the desired look and feel. |
5 * | 9 * |
6 * The #doxygen-ref is an id tag which encompasses code generated by doxygen | 10 * The #doxygen-ref is an id tag which encompasses code generated by doxygen |
7 * and allows override of standard html tags while not affecting the rest | 11 * and allows override of standard html tags while not affecting the rest |
8 * of the page such as sidebars. | 12 * of the page such as sidebars. |
9 */ | 13 */ |
10 | 14 |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 text-align: right; | 240 text-align: right; |
237 } | 241 } |
238 .memdoc { | 242 .memdoc { |
239 padding-left: 30px; | 243 padding-left: 30px; |
240 } | 244 } |
241 .memitem { | 245 .memitem { |
242 border-top:1px solid #E5ECF9; | 246 border-top:1px solid #E5ECF9; |
243 } | 247 } |
244 .doxygen-global { | 248 .doxygen-global { |
245 background-color: #ffcc66; | 249 background-color: #ffcc66; |
246 } | 250 } |
OLD | NEW |