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

Side by Side Diff: src/site/samples/polymer_intl/example/polymer_intl.css

Issue 1387723002: Updating the samples page to reflect the examples that have been retired. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 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
(Empty)
1 /* Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file */
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. */
4 body {
5 background-color: #F8F8F8;
6 font-family: 'Open Sans', sans-serif;
7 font-size: 14px;
8 font-weight: normal;
9 line-height: 1.2em;
10 margin: 15px;
11 }
12
13 h1, p {
14 color: #333;
15 }
16
17 #sample_container_id {
18 width: 100%;
19 height: 400px;
20 position: relative;
21 border: 1px solid #ccc;
22 background-color: #fff;
23 }
24
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698