Skip to content

Commit 37dc5ee

Browse files
authored
Merge pull request jupyter#151 from willingc/lint-cleanup
Lint cleanup
2 parents 1e98d59 + 2907ce5 commit 37dc5ee

File tree

3 files changed

+140
-145
lines changed

3 files changed

+140
-145
lines changed

css/gallery.css

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
display: flex;
33
flex-flow: row;
44
justify-content: space-between;
5-
margin: 0px 0px 16px 0px;
5+
margin: 0 0 16px 0;
66
}
77

88
.jupyter-widget-header h2 {
99
display: inline;
1010
}
1111

12-
img.img-scaling {
12+
.img-scaling {
1313
height: 32px;
1414
vertical-align: top;
1515
}
1616

1717
.gallery-title {
1818
font-size: 32px;
19-
line-height: 32px;
2019
height: 32px;
20+
line-height: 32px;
2121
}
2222

2323
.tabs-left > .nav-tabs {
@@ -32,8 +32,8 @@ img.img-scaling {
3232
.tab-content > .active,
3333
.pill-content > .active {
3434
display: block;
35-
margin-top: 26px;
3635
margin-bottom: 26px;
36+
margin-top: 26px;
3737
min-height: 1100px;
3838
}
3939

@@ -42,23 +42,23 @@ img.img-scaling {
4242
}
4343

4444
.tabs-left > .nav-tabs > li > a{
45-
min-width: 200px;
46-
margin-right: 0;
4745
margin-bottom: 3px;
46+
margin-right: 0;
47+
min-width: 200px;
4848
}
4949

5050
.tabs-left > .nav-tabs {
51+
border-right: 1px solid #ddd;
5152
float: left;
5253
height: 1100px;
5354
margin-right: 19px;
54-
border-right: 1px solid #ddd;
5555
}
5656

5757
.tabs-left > .nav-tabs > li > a {
58-
margin-right: -1px;
5958
-webkit-border-radius: 4px 0 0 4px;
60-
-moz-border-radius: 4px 0 0 4px;
61-
border-radius: 4px 0 0 4px;
59+
-moz-border-radius: 4px 0 0 4px;
60+
border-radius: 4px 0 0 4px;
61+
margin-right: -1px;
6262
}
6363

6464
.tabs-left > .nav-tabs > li > a:hover,

0 commit comments

Comments
 (0)