auto merge of #10421 : adridu59/rust/patch-www, r=alexcrichton
* Closes #10330 * Improves on #9873 * Adds favicon for tutorial files
This commit is contained in:
commit
49c6ae10cb
9 changed files with 88 additions and 126 deletions
|
|
@ -43,7 +43,13 @@ h2 code, h3 code, h4 code {
|
|||
}
|
||||
|
||||
code, pre, h1.fqn {
|
||||
font: 15px Monaco, Menlo, "Inconsolata", Consolas, "Courier New", monospace;
|
||||
font-family: Menlo, Monaco, Consolas, "Inconsolata", "Courier New", monospace;
|
||||
}
|
||||
code, pre {
|
||||
color: #333;
|
||||
}
|
||||
pre {
|
||||
font-size: 15px;
|
||||
}
|
||||
h1.fqn {
|
||||
font-size: 26px;
|
||||
|
|
@ -215,6 +221,7 @@ nav, .content {
|
|||
a {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.content a, .block a.current { font-weight: bold; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue