Merge pull request #2562 from killerswan/logo

Add logo to HTML docs
This commit is contained in:
Brian Anderson 2012-06-20 15:20:17 -07:00
commit 8395305e71
1 changed files with 6 additions and 0 deletions

View File

@ -51,3 +51,9 @@ 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 {
background-image: url('http://www.rust-lang.org/logos/rust-logo-32x32-blk.png');
background-repeat: no-repeat;
background-position: right;
}