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

Side by Side Diff: chromeos/docs/onc_spec.css

Issue 11602010: Initial commit of the ONC spec in HTML. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added license headers. Created 8 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
« no previous file with comments | « chromeos/docs/OWNERS ('k') | chromeos/docs/onc_spec.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Copyright (c) 2012 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
5 .value {
6 font-family: monospace;
7 font-style: italic;
8 }
9
10 .type {
11 color: blue;
12 font-family: monospace;
13 }
14
15 .field {
16 font-weight: bold;
17 font-family: monospace;
18 }
19
20 .field_meta {
21 text-align: left;
22 background: rgb(240,240,240);
23 display: block;
24 }
25
26 .field_list {
27 margin-left: 1em;
28 }
29
30 .snippet {
31 font-family: monospace;
32 }
33
34 body {
35 text-align: justify;
36 width:600px;
37 }
38
39 h1{font-size: 38px}
40 section h1{font-size: 32px}
41 section section h1{font-size: 28px}
42 section section section h1{font-size: 24px}
43 section section section section h1{font-size: 20px}
44 section section section section section h1{font-size: 18px}
45 section section section section section section h1{font-size: 16px}
46 section section section section section section section h1{font-size: 14px}
OLDNEW
« no previous file with comments | « chromeos/docs/OWNERS ('k') | chromeos/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698