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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/_static/css/nacl.css
diff --git a/native_client_sdk/src/doc/_static/css/nacl.css b/native_client_sdk/src/doc/_static/css/nacl.css
index 9b3a36bd2c08fa85f8c021e1cb07d158fd93e27b..63d20e80671a7671ecb2f08e2e9acbdf03714f09 100644
--- a/native_client_sdk/src/doc/_static/css/nacl.css
+++ b/native_client_sdk/src/doc/_static/css/nacl.css
@@ -81,6 +81,14 @@ 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 .right-side {
float: right;
width: 54%;

Powered by Google App Engine
This is Rietveld 408576698