Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(176)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
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: Post lgtm tweaks
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
src/site/samples/gauge/example/gauge.html
src/site/samples/gauge/example/gauge.dart.js
src/site/samples/gauge/example/gauge.dart.js.deps
src/site/samples/gauge/example/gauge.dart.js.map
src/site/samples/gauge/example/gauge.dart.precompiled.js
src/site/samples/gauge/index.markdown
src/site/samples/google_maps/index.markdown
src/site/samples/jsonp/example/index.html
src/site/samples/jsonp/index.markdown
src/site/samples/samples.css
src/site/samples/samples.yaml
View unified diff
|
Download patch
« no previous file with comments
|
« src/site/samples/jsonp/index.markdown
('k') |
src/site/samples/samples.yaml »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
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
OLD
NEW
« no previous file with comments
|
« src/site/samples/jsonp/index.markdown
('k') |
src/site/samples/samples.yaml »
('j') |
no next file with comments »
Issue 59753006: Added dart:js samples landing pages. (Closed)
Created 7 years, 1 month ago by shailentuli
Modified 7 years, 1 month ago
Reviewers: Kathy Walrath
Base URL: https://github.com/dart-lang/dartlang.org.git@master
Comments: 4
This is Rietveld
408576698