Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Side by Side Diff: native_client_sdk/src/doc/doxygen/stylesheet.css

Issue 136033007: [NaCl SDK Docs] Simplify PPAPI documentation generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2013 -> 2014 Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/doc/doxygen/rst_index.py ('k') | native_client_sdk/src/doc/faq.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/doxygen/rst_index.py ('k') | native_client_sdk/src/doc/faq.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698