| Index: chromeos/docs/onc_spec.css
|
| diff --git a/chromeos/docs/onc_spec.css b/chromeos/docs/onc_spec.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cc5179481e1d290d045101118a3f6f1e54f5d138
|
| --- /dev/null
|
| +++ b/chromeos/docs/onc_spec.css
|
| @@ -0,0 +1,42 @@
|
| +.value {
|
| + font-family: monospace;
|
| + font-style: italic;
|
| +}
|
| +
|
| +.type {
|
| + color: blue;
|
| + font-family: monospace;
|
| +}
|
| +
|
| +.field {
|
| + font-weight: bold;
|
| + font-family: monospace;
|
| +}
|
| +
|
| +.field_meta {
|
| + text-align: left;
|
| + background: rgb(240,240,240);
|
| + display: block;
|
| +}
|
| +
|
| +.field_list {
|
| + margin-left: 1em;
|
| +}
|
| +
|
| +.snippet {
|
| + font-family: monospace;
|
| +}
|
| +
|
| +body {
|
| + text-align: justify;
|
| + width:600px;
|
| +}
|
| +
|
| +h1{font-size: 38px}
|
| +section h1{font-size: 32px}
|
| +section section h1{font-size: 28px}
|
| +section section section h1{font-size: 24px}
|
| +section section section section h1{font-size: 20px}
|
| +section section section section section h1{font-size: 18px}
|
| +section section section section section section h1{font-size: 16px}
|
| +section section section section section section section h1{font-size: 14px}
|
|
|