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

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

Powered by Google App Engine
This is Rietveld 408576698