This repository was archived by the owner on May 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-39
lines changed Expand file tree Collapse file tree 5 files changed +7
-39
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ virtualenv
18
18
Next use `virtualenv` to create a virtualenv:
19
19
20
20
```
21
- $ python -m virutalenv venv
21
+ $ python -m virtualenv venv
22
22
```
23
23
24
24
Dependencies
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ html, body {
21
21
height : 100% ;
22
22
}
23
23
24
- .kinetic-column , . melodic-column , .noetic-column {
24
+ .melodic-column , .noetic-column {
25
25
float : none;
26
26
display : table-cell;
27
27
}
@@ -37,25 +37,11 @@ html, body {
37
37
margin : 0 auto;
38
38
}
39
39
40
- .kinetic-column
41
- {
42
- height : 100% ;
43
- background : # 000000 ;
44
- width : 33% ;
45
- border-top : 1px solid # eee ;
46
- border-bottom : 1px solid # eee ;
47
- border-left : 1px solid # eee ;
48
- }
49
-
50
- .kinetic-column a {
51
- color : # EB2E28 ;
52
- }
53
-
54
40
.melodic-column
55
41
{
56
42
height : 100% ;
57
43
background : # 1a163b ;
58
- width : 33 % ;
44
+ width : 50 % ;
59
45
border-top : 1px solid # eee ;
60
46
border-bottom : 1px solid # eee ;
61
47
border-left : 1px solid # eee ;
@@ -69,7 +55,7 @@ html, body {
69
55
{
70
56
height : 100% ;
71
57
background : # 1a2c33 ;
72
- width : 33 % ;
58
+ width : 50 % ;
73
59
border-top : 1px solid # eee ;
74
60
border-bottom : 1px solid # eee ;
75
61
border-left : 1px solid # eee ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function load_repositories(ros_distro)
39
39
var ubuntu_platforms = repo_list . release_platforms . ubuntu ;
40
40
if ( ubuntu_platforms )
41
41
{
42
- var preferred_list = [ 'xenial' , ' bionic', 'focal' ] ;
42
+ var preferred_list = [ 'bionic' , 'focal' ] ;
43
43
$ . each ( ubuntu_platforms , function ( index , item ) {
44
44
if ( $ . inArray ( item , preferred_list ) != - 1 )
45
45
{
Original file line number Diff line number Diff line change @@ -17,21 +17,14 @@ <h1>Select a ROS distribution to Generate a Prerelease Command</h1>
17
17
</ div >
18
18
< div class ="row text-center distro-row ">
19
19
< div style ="display: table-row; ">
20
- < div class ="col-sm-4 kinetic-column text-center ">
21
- < a href ="/kinetic ">
22
- < img class ="img-responsive " src ="/static/images/kinetic.png " title ="Kinetic " width ="80% " height ="80% " />
23
- < br />
24
- Kinetic Kame
25
- </ a >
26
- </ div >
27
- < div class ="col-sm-4 melodic-column text-center ">
20
+ < div class ="col-sm-2 melodic-column text-center ">
28
21
< a href ="/melodic ">
29
22
< img class ="img-responsive " src ="/static/images/melodic.png " title ="Melodic " width ="80% " height ="80% " />
30
23
< br />
31
24
Melodic Morenia
32
25
</ a >
33
26
</ div >
34
- < div class ="col-sm-4 noetic-column text-center ">
27
+ < div class ="col-sm-2 noetic-column text-center ">
35
28
< a href ="/noetic ">
36
29
< img class ="img-responsive " src ="/static/images/noetic.png " title ="Noetic " width ="80% " height ="80% " />
37
30
< br />
You can’t perform that action at this time.
0 commit comments