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

Side by Side Diff: third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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
OLDNEW
(Empty)
1 /* Copyright 2016 The Crashpad Authors. All rights reserved.
2 *
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License. */
14
15 @import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=la tin,cyrillic-ext,greek-ext,cyrillic,greek,vietnamese,latin-ext";
16 @import "https://fonts.googleapis.com/css?family=Source+Code+Pro";
17
18 body,
19 table,
20 div,
21 p,
22 dl,
23 .title,
24 .icon,
25 table.directory,
26 .navpath li.navelem a,
27 #projectname,
28 #projectbrief,
29 #projectnumber,
30 div.toc li,
31 div.toc h3,
32 #powerTip div,
33 .sm-dox a,
34 .sm-dox a:focus,
35 .sm-dox a:hover,
36 .sm-dox a:active {
37 font-family: 'Open Sans',
38 'Lucida Grande',
39 'Lucida Sans Unicode',
40 Helvetica,
41 Arial,
42 sans-serif;
43 }
44
45 code,
46 tt,
47 pre.fragment,
48 div.line,
49 .overload,
50 .params .paramdir,
51 .sm-dox a span.sub-arrow {
52 font-family: 'Source Code Pro',
53 Monaco,
54 'Lucida Console',
55 monospace;
56 }
57
58 .icon {
59 height: auto;
60 }
OLDNEW
« no previous file with comments | « third_party/crashpad/crashpad/doc/support/crashpad.doxy.h ('k') | third_party/crashpad/crashpad/doc/support/generate.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698