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

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

Issue 59753006: Added dart:js samples landing pages. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Using https for links Created 7 years, 1 month 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 body { 1 body {
2 line-height: inherit; 2 line-height: inherit;
3 } 3 }
4 4
5 .row-fluid [class*="span"] { 5 .row-fluid [class*="span"] {
6 min-height: 26px; 6 min-height: 21px;
7 } 7 }
8 8
9 9
10 .group-heading { 10 .group-heading {
11 text-align: left; 11 text-align: left;
12 font-size: 1.3em; 12 font-size: 1.3em;
13 font-weight: bold; 13 font-weight: bold;
14 margin: 15px 0; 14 margin: 15px 0;
15 } 15 }
16 16
17 .example { 17 .example {
18 margin: 3px auto 7px auto; 18 margin: 3px auto 7px auto;
19 border-radius: 5px; 19 border-radius: 5px;
20 border: 1px solid #f0f0f0; 20 border: 1px solid #f0f0f0;
21 padding: 0px 5px; 21 padding: 0px 5px;
22 padding-top: 8px; 22 padding-top: 3px;
23 } 23 }
24 24
25 .link { 25 .link {
26 text-align: left; 26 text-align: left;
27 display: inline-block; 27 display: inline-block;
28 width: 48%; 28 width: 48%;
29 margin: 0; 29 margin: 0;
30 padding: 0; 30 padding: 0;
31 } 31 }
32 32
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698