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

Side by Side Diff: src/site/docs/tutorials/connect-dart-html/examples/mini/mini.css

Issue 26542002: edit pass on T3,4,5, updated images (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merging with master Created 7 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
1 1
2 body { 2 body {
3 background-color: #F8F8F8; 3 background-color: #F8F8F8;
4 font-family: 'Open Sans', sans-serif; 4 font-family: 'Open Sans', sans-serif;
5 font-size: 14px; 5 font-size: 14px;
6 font-weight: normal; 6 font-weight: normal;
7 line-height: 1.2em; 7 line-height: 1.2em;
8 margin: 15px; 8 margin: 15px;
9 } 9 }
10 10
11 h1, p { 11 h1, p {
12 color: #333; 12 color: #333;
13 } 13 }
14 14
15 #sample_container_id { 15 #sample_container_id {
16 width: 100%; 16 width: 100%;
17 height: 400px; 17 height: 400px;
18 position: relative; 18 position: relative;
19 border: 1px solid #ccc; 19 border: 1px solid #ccc;
20 background-color: #fff; 20 background-color: #fff;
21 } 21 }
22 22
23 #sample_text_id { 23 #sample_text_id {
24 font-size: 24pt; 24 font-size: 24pt;
25 text-align: center; 25 text-align: center;
26 margin-top: 140px; 26 margin-top: 140px;
27 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698