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

Side by Side Diff: test/codegen/expect/sunflower/sunflower.css

Issue 1007313003: Move sunflower to a new directory, make final tweaks to make it all work. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/codegen/expect/sunflower/math.png ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file */ 1 /* Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file */
2 /* for details. All rights reserved. Use of this source code is governed by a */ 2 /* for details. All rights reserved. Use of this source code is governed by a */
3 /* BSD-style license that can be found in the LICENSE file. */ 3 /* BSD-style license that can be found in the LICENSE file. */
4 4
5 body { 5 body {
6 background-color: #F8F8F8; 6 background-color: #F8F8F8;
7 font-family: 'Open Sans', sans-serif; 7 font-family: 'Open Sans', sans-serif;
8 font-size: 14px; 8 font-size: 14px;
9 font-weight: normal; 9 font-weight: normal;
10 line-height: 1.2em; 10 line-height: 1.2em;
(...skipping 30 matching lines...) Expand all
41 img { 41 img {
42 border: 1px solid #ccc; 42 border: 1px solid #ccc;
43 margin: auto; 43 margin: auto;
44 } 44 }
45 45
46 .center { 46 .center {
47 display: block; 47 display: block;
48 margin: 0px auto; 48 margin: 0px auto;
49 text-align: center; 49 text-align: center;
50 } 50 }
OLDNEW
« no previous file with comments | « test/codegen/expect/sunflower/math.png ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698