This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
.container-fixed {
2
2
margin : 0 auto;
3
- margin-top : 30px ;
3
+ margin-top : 30px ;
4
4
padding : 0 ;
5
5
/*
6
6
* TODO: change this to max-width and work out
9
9
width : 820px ;
10
10
}
11
11
h1 small {
12
- color : # 777 ;
12
+ color : # 777 ;
13
13
}
14
14
p {
15
- margin : 20px 0 ;
15
+ margin : 20px 0 ;
16
16
}
17
17
.col-md-3 h2 {
18
18
font-weight : bold;
19
- font-size : 14 px ;
20
- line-height : 24px ;
19
+ font-size : 1.1 em ;
20
+ line-height : 24px ;
21
21
margin-right : 10px ;
22
22
text-align : right;
23
23
}
29
29
border-collapse : inherit;
30
30
}
31
31
.table-features td {
32
- padding : 6px 12px ;
33
- border : none;
32
+ padding : 6px 12px ;
33
+ border : none;
34
34
}
35
35
36
36
ul .menu {
37
- font-size : 14 px ;
38
- margin : 0 ;
37
+ font-size : 1 em ;
38
+ margin : 0 ;
39
39
padding : 0 ;
40
40
}
41
41
ul .menu li {
42
- list-style-type : none;
42
+ list-style-type : none;
43
43
}
44
44
45
45
/*
@@ -55,12 +55,12 @@ ul.menu li {
55
55
}
56
56
57
57
ul .menu h2 {
58
- font-size : 1.1em ;
58
+ font-size : 1.1em ;
59
59
font-weight : bold;
60
60
margin : 0 ;
61
61
}
62
62
ul .menu li > ul {
63
- margin-top : .5em ;
64
- padding-left : 0em ;
63
+ margin-top : .5em ;
64
+ padding-left : 0em ;
65
65
line-height : 1.5em ;
66
66
}
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > The Rust Programming Language</ title >
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
- < meta name ="description " content ="Rust, Rust programming language, rustlang, Mozilla Rust ">
7
+ < meta name ="keywords " content ="Rust, Rust programming language, rustlang, Mozilla Rust ">
8
8
9
9
< link rel ="stylesheet " href ="css/bootstrap.min.css ">
10
10
< link rel ="stylesheet " href ="css/codemirror.css ">
58
58
</ li >
59
59
< li class ="col-md-2 "> < h2 > Community</ h2 >
60
60
< ul >
61
- < li > < a href ="http://github.com/mozilla/rust "> GitHub</ a > </ li >
61
+ < li > < a href ="http://github.com/mozilla/rust "> GitHub</ a > |
62
+ < a href ="http://twitter.com/rustlang "> Twitter</ a > </ li >
62
63
< li > < a href ="https://mail.mozilla.org/listinfo/rust-dev "> rust-dev</ a > mailing list</ li >
63
64
< li > < a href ="https://mail.mozilla.org/listinfo/rust-commits "> rust-commits</ a > mailing list</ li >
64
65
< li > < a href ="http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust "> #rust on irc.mozilla.org</ a > </ li >
65
- < li > < a href ="http://twitter.com/rustlang "> Twitter</ a > </ li >
66
66
</ ul >
67
67
</ li >
68
68
</ ul >
@@ -124,4 +124,4 @@ <h2>A very small taste of what it looks like</h2>
124
124
</ div >
125
125
</ div >
126
126
</ body >
127
- </ html >
127
+ </ html >
You can’t perform that action at this time.
0 commit comments