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

Side by Side Diff: samples/pop_pop_win/asset/style.css

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed pkgbuild.status for rename Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 body { 1 body {
2 font-family: 'Slackey', cursive; 2 font-family: 'Slackey', cursive;
3 text-align: center; 3 text-align: center;
4 background: rgb(180,173,127); 4 background: rgb(180,173,127);
5 margin: 0; 5 margin: 0;
6 font-size: 16px; 6 font-size: 16px;
7 } 7 }
8 8
9 .container { 9 .container {
10 display: inline-block; 10 display: inline-block;
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 width: 540px; 99 width: 540px;
100 } 100 }
101 101
102 .author { 102 .author {
103 margin: 10px; 103 margin: 10px;
104 } 104 }
105 105
106 canvas#gameCanvas { 106 canvas#gameCanvas {
107 position: absolute; 107 position: absolute;
108 } 108 }
OLDNEW
« no previous file with comments | « samples/pop_pop_win/asset/images/transparent_static.png ('k') | samples/pop_pop_win/example/fonts/JosefinSans_bold.woff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698