Skip to content

waynep16/bootstrap-print

 
 

Repository files navigation

Bootstrap Print 3.1.2

Bootstrap print for Bootstrap v3.

Mange grids using Bootstrap v3 for printed media.

This will help controlling grid columns size on printed pages.

.col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6, .col-p-7, .col-p-8, .col-p-9, .col-p-10, .col-p-11, .col-p-12

And you have a list of helper CSS classes.

  • Always insert a page break after the element.
    • .always-page-break-after .

    • .always-pba .

    • Avoid page break after the element (if possible).

    • .avoid-page-break-after .

    • .avoid-pba .

    • Insert page breaks after the element so that the next page is formatted as a left page.

    • .left-page-break-after .

    • .left-pba .

    • Insert page breaks after the element so that the next page is formatted as a right page.

    • .right-page-break-after .

    • .right-pba .

    • Always insert a page break before the element.

    • .always-page-break-before .

    • .always-pbb .

    • Avoid page break before the element (if possible).

    • .avoid-page-break-before .

    • .avoid-pbb .

    • Insert page breaks before the element so that the next page is formatted as a left page.

    • .left-page-break-before .

    • .left-pbb .

    • Insert page breaks before the element so that the next page is formatted as a right page.

    • .right-page-break-before .

    • .right-pbb .

    • Avoid page break inside the element (if possible).

    • .avoid-page-break-inside .
    • .avoid-pbi .
composer require natshah/bootstrap-print

About

To manage print media for Twitter Bootstrap v3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published