File tree 2 files changed +14
-7
lines changed
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 10
10
< span class ="icon-bar "> </ span >
11
11
</ button >
12
12
< a class ="navbar-brand " href ="{{site.baseurl}}/index.html ">
13
- < img src ="{{site.baseurl}}/assets/nav_logo.svg " style =" height:45px; " alt ="Jupyter logo ">
13
+ < img class =" navbar-logo " src ="{{site.baseurl}}/assets/nav_logo.svg " alt ="Jupyter logo ">
14
14
</ a >
15
15
</ div >
16
16
<!-- Collect the nav links, forms, and other content for toggling -->
19
19
{% for nav in site.data.nav.head %}
20
20
{% if nav.url %}
21
21
< li >
22
- < a href ="{{site.baseurl}}{{nav.url}} " class ="tab " target ="_blank "> {{nav.title | upcase }}</ a >
22
+ < a href ="{{site.baseurl}}{{nav.url}} " class ="tab " target ="_blank "> {{nav.title}}</ a >
23
23
</ li >
24
24
{% else %}
25
25
{% for targetpage in site.pages %}
26
26
{% if nav contains targetpage.title%}
27
27
{% if page.title == targetpage.title %}
28
28
< li >
29
- < a href class ="tab navbar-active "> {{targetpage.title| upcase }}</ a >
29
+ < a href class ="tab navbar-active "> {{targetpage.title}}</ a >
30
30
</ li >
31
31
{% else %}
32
32
< li >
33
- < a href ="{{site.baseurl}}{{targetpage.url}} " class ="tab "> {{targetpage.title| upcase }}</ a >
33
+ < a href ="{{site.baseurl}}{{targetpage.url}} " class ="tab "> {{targetpage.title}}</ a >
34
34
</ li >
35
35
{% endif %}
36
36
{% endif %}
Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ body {
20
20
color : black;
21
21
}
22
22
.navbar-fixed-top .navbar-brand {
23
- margin-top : 5px ;
24
23
padding : 0 15px ;
25
24
}
26
25
.navbar-header .icon-bar {
27
26
background-color : black;
28
27
}
29
- .navbar-active {
28
+ .navbar-nav > li > . navbar- active {
30
29
color : # E46E2E ;
31
30
}
32
31
.navbar-scroll {
@@ -36,8 +35,12 @@ body {
36
35
-webkit-box-shadow : 1px 1px 1px # 999 ;
37
36
box-shadow : 1px 1px 1px # 999 ;
38
37
}
38
+ .navbar-logo {
39
+ height : 45px ;
40
+ }
39
41
.nav > li > a {
40
- padding : 15px 13px 10px ;
42
+ font-size : 16px ;
43
+ padding : 12px 16px 10px ;
41
44
}
42
45
.nav > li > a : hover {
43
46
background-color : transparent;
@@ -736,6 +739,10 @@ body {
736
739
.navbar-toggle {
737
740
padding-top : 10px ;
738
741
}
742
+ .navbar-logo {
743
+ height : 40px ;
744
+ margin-top : 6px ;
745
+ }
739
746
.companies li {
740
747
width : 30% ;
741
748
}
You can’t perform that action at this time.
0 commit comments