rustdoc: Display rust logo again. Closes #13148

This commit is contained in:
Brian Anderson
2014-03-25 20:13:50 -07:00
parent 60531025ab
commit 0063504fe5

View File

@@ -39,7 +39,7 @@ r##"<!DOCTYPE html>
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
{favicon, select, none{} other{<link rel="shortcut icon" href="\#" />}}
{favicon, select, none{} other{<link rel="shortcut icon" href="#" />}}
</head>
<body>
<!--[if lte IE 8]>
@@ -51,7 +51,7 @@ r##"<!DOCTYPE html>
<section class="sidebar">
{logo, select, none{} other{
<a href='{root_path}{krate}/index.html'><img src='\#' alt=''/></a>
<a href='{root_path}{krate}/index.html'><img src='#' alt=''/></a>
}}
{sidebar}