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

@@ -1,5 +1,9 @@
## 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)