Skip to content

Commit 976fae8

Browse files
committed
Add logo to HTML docs
1 parent 7b98fdd commit 976fae8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/rust.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ h3 a:link, h3 a:visited { color: black; }
5151
.cm-s-default span.cm-bracket {color: #cc7;}
5252
.cm-s-default span.cm-tag {color: #170;}
5353
.cm-s-default span.cm-attribute {color: #00c;}
54+
55+
h1.title {
56+
padding-top: 140px;
57+
background-image: url('http://www.rust-lang.org/logos/rust-logo-128x128-blk.png');
58+
background-repeat: no-repeat;
59+
backround-position: right;
60+
backround-attachment: fixed;
61+
}

0 commit comments

Comments
 (0)