twitter-bootstrap

Printing in Bootstrap.

Basic HTML usage

The print elements of Bootstrap allow you to designate which items should be visible when printed and which should be hidden.

To make something visible use either of the following depending on the element and how it should appear when printed:

.visible-print-block
.visible-print-inline
.visible-print-inline-block

To hide something from being printed, use the following:

.hidden-print

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow