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

Unified Diff: native_client_sdk/doc_generated/_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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/doc_generated/_static/css/nacl.css
diff --git a/native_client_sdk/doc_generated/_static/css/nacl.css b/native_client_sdk/doc_generated/_static/css/nacl.css
index 9b3a36bd2c08fa85f8c021e1cb07d158fd93e27b..49f81730267ccc3787eac493b91a5b888aa95ce9 100644
--- a/native_client_sdk/doc_generated/_static/css/nacl.css
+++ b/native_client_sdk/doc_generated/_static/css/nacl.css
@@ -81,6 +81,23 @@ blockquote.indent-only {font-style: normal; color: #000; }
display: block;
margin: 1em auto 0;
}
+#home .left-side {
+ float: left;
+ width: 54%;
+ background-color: #FFF;
+ }
+#home .left-side-inner {
+ padding-right: 40px;
+ }
+#home .pull-quote {
+ background-color: #f5f5f5;
+ border-bottom: 1px solid;
+ border-top: 1px solid;
+ font-size: 14px;
+ float: right;
+ margin: .5em 2em 2em 2em;
+ padding: 1em;
+}
#home .right-side {
float: right;
width: 54%;
« no previous file with comments | « chrome/common/extensions/docs/templates/json/chrome_sidenav.json ('k') | native_client_sdk/doc_generated/_static/pygments.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698