1
Fork 0

rustdoc: fixes

This commit is contained in:
Adrien Tétar 2014-04-25 16:56:39 +09:00
parent 66486518d5
commit 22160014a4
3 changed files with 7 additions and 8 deletions

View file

@ -38,11 +38,11 @@ r##"<!DOCTYPE html>
<title>{title}</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600'
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600'
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]>