Improve print styles (#919)

* Fix image caption border-radius

* Fix image caption border-radius

* Improve print stylesheet
- Close #909

* Update CHANGELOG and history
This commit is contained in:
Michael Rose
2017-03-23 14:34:13 -04:00
committed by GitHub
parent 3e379043bc
commit ac93744d9f
6 changed files with 457 additions and 9 deletions

View File

@@ -4,11 +4,15 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
modified: 2017-03-22T09:47:31-04:00
modified: 2017-03-23T14:32:01-04:00
---
## Unreleased
### Enhancements
- Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909](https://github.com/mmistakes/minimal-mistakes/issues/909)
### Maintenance
- Remove extra word in comment. [#911](https://github.com/mmistakes/minimal-mistakes/pull/911)