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

Side by Side 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 unified diff | Download patch
OLDNEW
1 #!mojo mojo:sky_viewer 1 #!mojo mojo:sky_viewer
2 <style> 2 <style>
3 div { display: paragraph; }
3 .h1 { font-size: 2em; margin: 1em; } 4 .h1 { font-size: 2em; margin: 1em; }
4 .p { margin: 0.5em 1em; color: #bcd8f5; font-weight: 900; } 5 .p { margin: 0.5em 1em; color: #bcd8f5; font-weight: 900; }
5 </style> 6 </style>
6 <div class="h1">about:blank</div> 7 <div class="h1">about:blank</div>
7 <div class="p">Welcome to Sky!</div> 8 <div class="p">Welcome to Sky!</div>
OLDNEW
« 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