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

Unified Diff: native_client_sdk/src/gonacl_appengine/static/styles/style.css

Issue 140093007: [NaCl SDK AppEngine] Add a fullscreen bullet demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2014 Created 6 years, 10 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
« no previous file with comments | « native_client_sdk/src/gonacl_appengine/static/bullet/fullscreen.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/gonacl_appengine/static/styles/style.css
diff --git a/native_client_sdk/src/gonacl_appengine/static/styles/style.css b/native_client_sdk/src/gonacl_appengine/static/styles/style.css
index aeabbcce81f1f4338e9ef859273e71529f0672d4..971028f7db5bcb5aa5a7a98641e1487dea854cf4 100644
--- a/native_client_sdk/src/gonacl_appengine/static/styles/style.css
+++ b/native_client_sdk/src/gonacl_appengine/static/styles/style.css
@@ -116,7 +116,7 @@ nav ul li:last-child:after {
section {
padding: 25px;
- flex: 1 0 auto;
+ flex: 1 1 auto;
display: flex;
flex-direction: column;
}
@@ -180,7 +180,7 @@ section iframe {
}
.demo header {
- flex: 0 0 auto;
+ flex: 0 1 auto;
padding: 15px 25px;
}
« no previous file with comments | « native_client_sdk/src/gonacl_appengine/static/bullet/fullscreen.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698