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

Unified Diff: native_client_sdk/src/gonacl_appengine/static/css/out/site.css

Issue 844073002: Make changes to the NaCl demos in prep for integrating them into developer.chrome.com: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a README file explaining why the stylesheet was moved. Created 5 years, 11 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/gonacl_appengine/static/css/out/site.css
diff --git a/native_client_sdk/src/gonacl_appengine/static/styles/style.css b/native_client_sdk/src/gonacl_appengine/static/css/out/site.css
similarity index 99%
rename from native_client_sdk/src/gonacl_appengine/static/styles/style.css
rename to native_client_sdk/src/gonacl_appengine/static/css/out/site.css
index 971028f7db5bcb5aa5a7a98641e1487dea854cf4..e5539c3047746f1dd6d4e81d81cf9a34026b38b3 100644
--- a/native_client_sdk/src/gonacl_appengine/static/styles/style.css
+++ b/native_client_sdk/src/gonacl_appengine/static/css/out/site.css
@@ -15,7 +15,7 @@ html, body {
background: #FAFAFA;
font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.35;
- color: #444;
+ color: #666;
}
body {
@@ -188,7 +188,7 @@ section iframe {
margin: 0;
font-family: 'Open Sans';
font-weight: 300;
- color: #666;
+ color: #000;
font-size: 62px;
letter-spacing: -0.05em;
}
@@ -234,7 +234,7 @@ section iframe {
}
.demo p {
- font-size: 20px;
+ font-size: 16px;
}
.demo a {
@@ -281,7 +281,7 @@ section iframe {
font-family: 'Open Sans';
font-weight: 700;
margin: 0 0 0.2em 0;
- color: #777;
+ color: #000;
letter-spacing: -0.06em;
}

Powered by Google App Engine
This is Rietveld 408576698