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

Unified Diff: sky/examples/home.sky

Issue 1077473002: Stop rendering text inside flex boxes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: make p default to display: paragraph Created 5 years, 8 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: sky/examples/home.sky
diff --git a/sky/examples/home.sky b/sky/examples/home.sky
index df8866ada68773908b96db0a97862002531ebf31..95c4b553552948ce91afce28d74478a3c19c2c16 100644
--- a/sky/examples/home.sky
+++ b/sky/examples/home.sky
@@ -1,5 +1,6 @@
#!mojo mojo:sky_viewer
<style>
+ div { display: paragraph; }
.h1 { font-size: 2em; margin: 1em; }
.p { margin: 0.5em 1em; color: #bcd8f5; font-weight: 900; }
</style>
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.cpp ('k') | sky/tests/clipping/background-opaque-clipped-gradients.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698