doc: design changes cleanups
Conflicts: src/librustdoc/html/layout.rs
This commit is contained in:
@@ -33,9 +33,12 @@ r##"<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="The {krate} library documentation.">
|
||||
|
||||
<title>{title}</title>
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Oswald:700|Inconsolata:400,700'
|
||||
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700'
|
||||
rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
|
||||
|
||||
@@ -59,7 +62,6 @@ r##"<!DOCTYPE html>
|
||||
|
||||
<nav class="sub">
|
||||
<form class="search-form js-only">
|
||||
<button class="do-search">Search</button>
|
||||
<div class="search-container">
|
||||
<input class="search-input" name="search"
|
||||
autocomplete="off"
|
||||
|
||||
Reference in New Issue
Block a user