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

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

Issue 27267004: Re-configured samples page. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: 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
(Empty)
1 .group {
2 margin-top: 15px;
3 padding-top: 10px;
4 }
5
6 .group-heading {
7 text-align: left;
8 font-size: 1.3em;
9 font-weight: bold;
10 }
11
12 .screenshot {
13 margin-top: 21px;
14 }
15
16 .screenshot img {
17 border: 2px solid #aaa;
18 }
19
20 .group-heading {
21 margin-top: 20px;
22 margin-bottom: 8px;
23 }
24
25 .link {
26 font-size: .9em;
27 }
28
29 .example {
30 margin: 0px;
31 margin: 5px auto;
32 padding: 0px;
33 border-radius: 3px;
34 height: 25px;
35 }
36
37 .title {
38 background: #eee;
39 padding: 2px 0px 2px 5px;
40 border-radius: 3px;
41 }
42
43 .link {
44 padding-top: 2px;
45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698