Add logo to HTML docs

This commit is contained in:
Kevin Cantu 2012-06-09 16:37:41 -07:00
parent 7b98fdd269
commit 976fae80a0

View File

@ -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;
}