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

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: Moved to chromeos/docs. 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
OLDNEW
(Empty)
1 .value {
2 font-family: monospace;
3 font-style: italic;
4 }
5
6 .type {
7 color: blue;
8 font-family: monospace;
9 }
10
11 .field {
12 font-weight: bold;
13 font-family: monospace;
14 }
15
16 .field_meta {
17 text-align: left;
18 background: rgb(240,240,240);
19 display: block;
20 }
21
22 .field_list {
23 margin-left: 1em;
24 }
25
26 .snippet {
27 font-family: monospace;
28 }
29
30 body {
31 text-align: justify;
32 width:600px;
33 }
34
35 h1{font-size: 38px}
36 section h1{font-size: 32px}
37 section section h1{font-size: 28px}
38 section section section h1{font-size: 24px}
39 section section section section h1{font-size: 20px}
40 section section section section section h1{font-size: 18px}
41 section section section section section section h1{font-size: 16px}
42 section section section section section section section h1{font-size: 14px}
OLDNEW
« chromeos/docs/OWNERS ('K') | « chromeos/docs/OWNERS ('k') | chromeos/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698