mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Add logo to HTML docs
This commit is contained in:
parent
7b98fdd269
commit
976fae80a0
@ -51,3 +51,11 @@ h3 a:link, h3 a:visited { color: black; }
|
||||
.cm-s-default span.cm-bracket {color: #cc7;}
|
||||
.cm-s-default span.cm-tag {color: #170;}
|
||||
.cm-s-default span.cm-attribute {color: #00c;}
|
||||
|
||||
h1.title {
|
||||
padding-top: 140px;
|
||||
background-image: url('http://www.rust-lang.org/logos/rust-logo-128x128-blk.png');
|
||||
background-repeat: no-repeat;
|
||||
backround-position: right;
|
||||
backround-attachment: fixed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user