Hyde theme: sync with upstream to v2.0.0.

CSS is now split into poole.css and hyde.css; chrome/sidebar.html updated.

Also cherry-pick:

  * poole/hyde@48b9d1f - Set a max-width for images
This commit is contained in:
Dato Simó 2014-05-14 23:57:17 +01:00
parent 5a4a5b1862
commit 0576ec066d
7 changed files with 536 additions and 381 deletions

View file

@ -10,6 +10,7 @@
<title> {{ .Title }} &middot; {{ .Site.Title }} </title>
<!-- CSS -->
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css">
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css">
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">