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

Side by Side Diff: native_client_sdk/src/doc/_static/css/nacl.css

Issue 476793002: Per P0 reqs add launch pts + make download obvious. Also misc cpy edits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL synced with master. Created 6 years, 4 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
« no previous file with comments | « native_client_sdk/doc_generated/sitemap.html ('k') | native_client_sdk/src/doc/c-api.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 /* GENERAL */ 5 /* GENERAL */
6 .inline-toc ul, .inline-toc ol {list-style-type: none;} 6 .inline-toc ul, .inline-toc ol {list-style-type: none;}
7 .small-gap {margin-top: 0.5em;} 7 .small-gap {margin-top: 0.5em;}
8 .small-gap li, dt {margin-top: 1em;} 8 .small-gap li, dt {margin-top: 1em;}
9 .no-gap {margin-bottom: 0;} 9 .no-gap {margin-bottom: 0;}
10 .no-gap-li li {margin-top: 0;} 10 .no-gap-li li {margin-top: 0;}
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 float: right; 74 float: right;
75 margin: 2em 4em; 75 margin: 2em 4em;
76 } 76 }
77 #home .big-intro { 77 #home .big-intro {
78 font-size: 16px; 78 font-size: 16px;
79 } 79 }
80 #home iframe.video { 80 #home iframe.video {
81 display: block; 81 display: block;
82 margin: 1em auto 0; 82 margin: 1em auto 0;
83 } 83 }
84 #home .left-side {
85 float: left;
86 width: 54%;
87 background-color: #FFF;
88 }
89 #home .left-side-inner {
90 padding-right: 40px;
91 }
92 #home .pull-quote {
93 background-color: #f5f5f5;
94 border-bottom: 1px solid;
95 border-top: 1px solid;
96 font-size: 14px;
97 float: right;
98 margin: .5em 2em 2em 2em;
99 padding: 1em;
100 }
84 #home .right-side { 101 #home .right-side {
85 float: right; 102 float: right;
86 width: 54%; 103 width: 54%;
87 background-color: #FFF; 104 background-color: #FFF;
88 } 105 }
89 #home .right-side-inner { 106 #home .right-side-inner {
90 padding-left: 40px; 107 padding-left: 40px;
91 } 108 }
92 109
93 /* CSS for the Release Notes page */ 110 /* CSS for the Release Notes page */
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 } 362 }
346 #doxygen-ref .memitem { 363 #doxygen-ref .memitem {
347 border-top:1px solid #E5ECF9; 364 border-top:1px solid #E5ECF9;
348 border:none; 365 border:none;
349 } 366 }
350 #doxygen-ref .doxygen-global { 367 #doxygen-ref .doxygen-global {
351 background-color: #ffcc66; 368 background-color: #ffcc66;
352 } 369 }
353 370
354 */ 371 */
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/sitemap.html ('k') | native_client_sdk/src/doc/c-api.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698