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

@@ -185,7 +185,7 @@
text-align: right;
z-index: 5;
opacity: 0.5;
border-radius: $border-radius 0 $border-radius 0;
border-radius: $border-radius 0 0 0;
@include breakpoint($large) {
padding: 5px 10px;