File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
< nav class ="navbar navbar-expand-lg navbar-light bg-light " id ="main-menu ">
40
40
41
41
< a class ="navbar-brand " href ="//bokeh.org " id ="logo ">
42
- < img src ="https://static.bokeh.org/logos/logotype.svg " height ="30 " width ="110 " />
42
+ < img src ="https://static.bokeh.org/logos/logotype.svg " alt =" Logo " height ="30 " width ="110 " />
43
43
</ a >
44
44
45
45
< button class ="navbar-toggler ml-auto hidden-sm-up float-xs-left " type ="button " data-toggle ="collapse " data-target ="#navbarContent " aria-controls ="navbarContent " aria-expanded ="false " aria-label ="Toggle navigation ">
Original file line number Diff line number Diff line change 7
7
{% for number in numbers %}
8
8
< tr >
9
9
10
- < td height =' 20px ' width =' 30px ' > {{ number }} </ td >
10
+ < td style =" height: 20px; width: 30px; " > {{ number }} </ td >
11
11
12
12
{% for color in palettes[number] %}
13
- < td height =" 20px " width =" 20px " style =" background-color: {{ color }};border: #444444 thin solid; "/ >
13
+ < td style =" height: 20px; width: 20px; background-color: {{ color }}; border: #444444 thin solid; "> </ td >
14
14
{% endfor %}
15
15
16
16
</ tr >
You can’t perform that action at this time.
0 commit comments