This repository was archived by the owner on Jun 4, 2020. It is now read-only.
File tree 2 files changed +3
-50
lines changed
2 files changed +3
-50
lines changed Original file line number Diff line number Diff line change 87
87
enableAutoComplete ="true "
88
88
> </ div >
89
89
< script >
90
- window . onload = function ( ) {
90
+ window . onload = function ( ) {
91
91
document . getElementById ( 'gsc-i-id1' ) . placeholder = 'Search' ;
92
92
} ;
93
93
</ script >
99
99
> < span class ="sr-only "> Visit QuantEcon</ span > </ a
100
100
>
101
101
</ li >
102
- < li > < a href ="/about "> About these lectures </ a > </ li >
102
+ < li > < a href ="/about "> About</ a > </ li >
103
103
</ ul >
104
104
</ div >
105
105
</ header >
106
106
107
- < nav >
108
- < div class ="container ">
109
- < ul class ="site-bar ">
110
- < li >
111
- < a class ="active " href ="https://python.quantecon.org/ "> Home</ a >
112
- </ li >
113
- < li >
114
- < a href ="https://python-programming.quantecon.org/ "
115
- > Programming</ a
116
- >
117
- </ li >
118
- < li > < a href ="https://python-intro.quantecon.org/ "> Intro</ a > </ li >
119
- < li >
120
- < a href ="https://python-advanced.quantecon.org/ "> Advanced</ a >
121
- </ li >
122
- </ ul >
123
- </ div >
124
- </ nav >
125
-
126
107
< main class ="main ">
127
108
{{ content }}
128
109
</ main >
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ a:visited {
219
219
margin : 0 0 0 2rem ;
220
220
a {
221
221
color : #fff ;
222
+ font-size : 1.1rem ;
222
223
}
223
224
& :first-child {
224
225
a {
@@ -380,32 +381,3 @@ a:visited {
380
381
width : 1.25em ;
381
382
}
382
383
}
383
-
384
- .site-bar {
385
- list-style : none ;
386
- margin : 0 ;
387
- padding : 0 ;
388
- display : flex ;
389
- width : 100% ;
390
- justify-content : space-between ;
391
- li {
392
- display : block ;
393
- width : 25% ;
394
- line-height : 1 ;
395
- margin : 0 ;
396
- a {
397
- display : block ;
398
- padding : 0.3rem 1rem ;
399
- text-align : center ;
400
- font-size : 1rem ;
401
- // border: 1px solid #ddd;
402
- // border-width: 0 1px 1px 0;
403
- & :hover ,
404
- & .active {
405
- background-color : #0072bc ;
406
- color : #fff ;
407
- text-decoration : none ;
408
- }
409
- }
410
- }
411
- }
You can’t perform that action at this time.
0 commit comments