From 28066ed281b84fd344216cb61009dadb7a125ca9 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 3 Feb 2016 16:19:16 -0600 Subject: [PATCH] Fixes #440, version 1.3.2 --- CHANGELOG.md | 10 ++++++++-- source/layouts/layout.erb | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f11c41..5551a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 1.3.2 + +*February 3, 2016* + +A small bugfix for slightly incorrect background colors on code samples in some cases. + ## Version 1.3.1 *January 31, 2016* @@ -8,7 +14,7 @@ A small bugfix for incorrect whitespace in code blocks. ## Version 1.3 -*January 27th, 2016* +*January 27, 2016* We've upgraded Middleman and a number of other dependencies, which should fix quite a few bugs. @@ -35,7 +41,7 @@ Instead of `rake build` and `rake deploy`, you should now run `bundle exec middl ## Version 1.1 -*July 27th, 2014* +*July 27, 2014* **Fixes:** diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 24e9e43..6bfb709 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -22,11 +22,11 @@ under the License. <%= current_page.data.title || "API Documentation" %> - <%= stylesheet_link_tag :screen, media: :screen %> - <%= stylesheet_link_tag :print, media: :print %> + <%= stylesheet_link_tag :screen, media: :screen %> + <%= stylesheet_link_tag :print, media: :print %> <% if current_page.data.search %> <%= javascript_include_tag "all" %> <% else %>