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

Side by Side Diff: third_party/tcmalloc/vendor/doc/designstyle.css

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading Created 8 years, 9 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 body { 1 body {
2 background-color: #ffffff; 2 background-color: #ffffff;
3 color: black; 3 color: black;
4 margin-right: 1in; 4 margin-right: 1in;
5 margin-left: 1in; 5 margin-left: 1in;
6 } 6 }
7 7
8 8
9 h1, h2, h3, h4, h5, h6 { 9 h1, h2, h3, h4, h5, h6 {
10 color: #3366ff; 10 color: #3366ff;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 border: 2px solid #6060a0; 64 border: 2px solid #6060a0;
65 background-color: #fffff0; 65 background-color: #fffff0;
66 } 66 }
67 67
68 UL.nobullets { 68 UL.nobullets {
69 list-style-type: none; 69 list-style-type: none;
70 list-style-image: none; 70 list-style-image: none;
71 margin-left: -1em; 71 margin-left: -1em;
72 } 72 }
73 73
74 /*
75 body:after {
76 content: "Google Confidential";
77 }
78 */
79
80 /* pretty printing styles. See prettify.js */ 74 /* pretty printing styles. See prettify.js */
81 .str { color: #080; } 75 .str { color: #080; }
82 .kwd { color: #008; } 76 .kwd { color: #008; }
83 .com { color: #800; } 77 .com { color: #800; }
84 .typ { color: #606; } 78 .typ { color: #606; }
85 .lit { color: #066; } 79 .lit { color: #066; }
86 .pun { color: #660; } 80 .pun { color: #660; }
87 .pln { color: #000; } 81 .pln { color: #000; }
88 .tag { color: #008; } 82 .tag { color: #008; }
89 .atn { color: #606; } 83 .atn { color: #606; }
(...skipping 16 matching lines...) Expand all
106 } 100 }
107 101
108 /* Table Column Headers */ 102 /* Table Column Headers */
109 .hdr { 103 .hdr {
110 color: #006; 104 color: #006;
111 font-weight: bold; 105 font-weight: bold;
112 background-color: #dddddd; } 106 background-color: #dddddd; }
113 .hdr2 { 107 .hdr2 {
114 color: #006; 108 color: #006;
115 background-color: #eeeeee; } 109 background-color: #eeeeee; }
OLDNEW
« no previous file with comments | « third_party/tcmalloc/vendor/doc/cpuprofile.html ('k') | third_party/tcmalloc/vendor/doc/heap_checker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698