Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 1c58866

Browse files
committed
Proper font sizes and indent
1 parent 1822d05 commit 1c58866

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

css/style.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.container-fixed {
22
margin: 0 auto;
3-
margin-top: 30px;
3+
margin-top: 30px;
44
padding: 0;
55
/*
66
* TODO: change this to max-width and work out
@@ -9,15 +9,15 @@
99
width: 820px;
1010
}
1111
h1 small {
12-
color: #777;
12+
color: #777;
1313
}
1414
p {
15-
margin: 20px 0;
15+
margin: 20px 0;
1616
}
1717
.col-md-3 h2 {
1818
font-weight: bold;
19-
font-size: 14px;
20-
line-height: 24px;
19+
font-size: 1.1em;
20+
line-height: 24px;
2121
margin-right: 10px;
2222
text-align: right;
2323
}
@@ -29,17 +29,17 @@ p {
2929
border-collapse: inherit;
3030
}
3131
.table-features td {
32-
padding: 6px 12px;
33-
border: none;
32+
padding: 6px 12px;
33+
border: none;
3434
}
3535

3636
ul.menu {
37-
font-size: 14px;
38-
margin: 0;
37+
font-size: 1em;
38+
margin: 0;
3939
padding: 0;
4040
}
4141
ul.menu li {
42-
list-style-type: none;
42+
list-style-type: none;
4343
}
4444

4545
/*
@@ -55,12 +55,12 @@ ul.menu li {
5555
}
5656

5757
ul.menu h2 {
58-
font-size: 1.1em;
58+
font-size: 1.1em;
5959
font-weight: bold;
6060
margin: 0;
6161
}
6262
ul.menu li>ul {
63-
margin-top: .5em;
64-
padding-left: 0em;
63+
margin-top: .5em;
64+
padding-left: 0em;
6565
line-height: 1.5em;
6666
}

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>The Rust Programming Language</title>
66
<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">
88

99
<link rel="stylesheet" href="css/bootstrap.min.css">
1010
<link rel="stylesheet" href="css/codemirror.css">
@@ -58,11 +58,11 @@
5858
</li>
5959
<li class="col-md-2"><h2>Community</h2>
6060
<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>
6263
<li><a href="https://mail.mozilla.org/listinfo/rust-dev">rust-dev</a> mailing list</li>
6364
<li><a href="https://mail.mozilla.org/listinfo/rust-commits">rust-commits</a> mailing list</li>
6465
<li><a href="http://chat.mibbit.com/?server=irc.mozilla.org&amp;channel=%23rust">#rust on irc.mozilla.org</a></li>
65-
<li><a href="http://twitter.com/rustlang">Twitter</a></li>
6666
</ul>
6767
</li>
6868
</ul>
@@ -124,4 +124,4 @@ <h2>A very small taste of what it looks like</h2>
124124
</div>
125125
</div>
126126
</body>
127-
</html>
127+
</html>

0 commit comments

Comments
 (0)