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

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

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

Powered by Google App Engine
This is Rietveld 408576698