I’m using Twitter-Bootstrap and I need to be able to print the page the way it looks on the browser. I’m able to print other pages made with Twitter-Bootstrap just fine but I can’t seem to print my page that uses purely Twitter-Bootstrap. Am I missing a tag somewhere?
Official TB page when printed:

My page when printed:

What my page actually looks like:

Be sure to have a stylesheet assigned for printing.
It could be a separate stylesheet:
or one you share for all devices:
Then, you can write your styles for printers in the separate stylesheets or in the shared one using media queries: