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

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: Per P0 reqs add launch pts + make download obvious. Also misc cpy edits. 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
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 }
84 #home .right-side { 92 #home .right-side {
85 float: right; 93 float: right;
86 width: 54%; 94 width: 54%;
87 background-color: #FFF; 95 background-color: #FFF;
88 } 96 }
89 #home .right-side-inner { 97 #home .right-side-inner {
90 padding-left: 40px; 98 padding-left: 40px;
91 } 99 }
92 100
93 /* CSS for the Release Notes page */ 101 /* CSS for the Release Notes page */
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 } 353 }
346 #doxygen-ref .memitem { 354 #doxygen-ref .memitem {
347 border-top:1px solid #E5ECF9; 355 border-top:1px solid #E5ECF9;
348 border:none; 356 border:none;
349 } 357 }
350 #doxygen-ref .doxygen-global { 358 #doxygen-ref .doxygen-global {
351 background-color: #ffcc66; 359 background-color: #ffcc66;
352 } 360 }
353 361
354 */ 362 */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698