Skip to content

Commit

Permalink
Merge pull request #719 from pressbooks/revert-718-pb-book-699-images…
Browse files Browse the repository at this point in the history
…AligmentPDF

Revert "Avoid width css rule for PDF in images for buckram package"
  • Loading branch information
ricardopressbooks authored Aug 28, 2020
2 parents d2e9bc1 + e6876eb commit 216f026
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/scripts/book.js": "/scripts/book.js?id=ab7284e0a11a0b5a46fb",
"/styles/book.css": "/styles/book.css?id=f6b7e2e0d7eb4e8ca9a0",
"/scripts/book.js": "/scripts/book.js?id=e22eb81fe44527a1aa53",
"/styles/book.css": "/styles/book.css?id=2a57be2363d42354b7f6",
"/styles/web-house-style.css": "/styles/web-house-style.css?id=d3c1aedc7525b0f30ccd",
"/scripts/collapse-sections.js": "/scripts/collapse-sections.js?id=fed1957a6156e079cddf",
"/scripts/lightbox.js": "/scripts/lightbox.js?id=f3698731576f981b3aa8",
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/book.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/styles/book.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
box-sizing: border-box;
float: $image-alignnone-caption-float;
padding-left: if-map-get($image-alignnone-caption-left-padding, $type);
width: if-map-get($image-alignnone-caption-width, $type) !important;
}

&:after {
Expand Down

0 comments on commit 216f026

Please sign in to comment.