File tree 3 files changed +140
-145
lines changed
3 files changed +140
-145
lines changed Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
flex-flow : row;
4
4
justify-content : space-between;
5
- margin : 0 px 0 px 16px 0 px ;
5
+ margin : 0 0 16px 0 ;
6
6
}
7
7
8
8
.jupyter-widget-header h2 {
9
9
display : inline;
10
10
}
11
11
12
- img .img-scaling {
12
+ .img-scaling {
13
13
height : 32px ;
14
14
vertical-align : top;
15
15
}
16
16
17
17
.gallery-title {
18
18
font-size : 32px ;
19
- line-height : 32px ;
20
19
height : 32px ;
20
+ line-height : 32px ;
21
21
}
22
22
23
23
.tabs-left > .nav-tabs {
@@ -32,8 +32,8 @@ img.img-scaling {
32
32
.tab-content > .active ,
33
33
.pill-content > .active {
34
34
display : block;
35
- margin-top : 26px ;
36
35
margin-bottom : 26px ;
36
+ margin-top : 26px ;
37
37
min-height : 1100px ;
38
38
}
39
39
@@ -42,23 +42,23 @@ img.img-scaling {
42
42
}
43
43
44
44
.tabs-left > .nav-tabs > li > a {
45
- min-width : 200px ;
46
- margin-right : 0 ;
47
45
margin-bottom : 3px ;
46
+ margin-right : 0 ;
47
+ min-width : 200px ;
48
48
}
49
49
50
50
.tabs-left > .nav-tabs {
51
+ border-right : 1px solid # ddd ;
51
52
float : left;
52
53
height : 1100px ;
53
54
margin-right : 19px ;
54
- border-right : 1px solid # ddd ;
55
55
}
56
56
57
57
.tabs-left > .nav-tabs > li > a {
58
- margin-right : -1px ;
59
58
-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 ;
62
62
}
63
63
64
64
.tabs-left > .nav-tabs > li > a : hover ,
You can’t perform that action at this time.
0 commit comments