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

Side by Side Diff: samples/polymer_intl/web/polymerinternationalizedmessagesexample.css

Issue 105073003: Adds a sample for polymer internationalization/localization (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Made a line fit in the prescribed length Created 7 years 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 background-color: #F8F8F8; 2 background-color: #F8F8F8;
3 font-family: 'Open Sans', sans-serif; 3 font-family: 'Open Sans', sans-serif;
4 font-size: 14px; 4 font-size: 14px;
5 font-weight: normal; 5 font-weight: normal;
6 line-height: 1.2em; 6 line-height: 1.2em;
7 margin: 15px; 7 margin: 15px;
8 } 8 }
9 9
10 h1, p { 10 h1, p {
11 color: #333; 11 color: #333;
12 } 12 }
13 13
14 #sample_container_id { 14 #sample_container_id {
15 width: 100%; 15 width: 100%;
16 height: 400px; 16 height: 400px;
17 position: relative; 17 position: relative;
18 border: 1px solid #ccc; 18 border: 1px solid #ccc;
19 background-color: #fff; 19 background-color: #fff;
20 } 20 }
21 21
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698