Created
October 14, 2014 19:34
-
-
Save dossy/1c807887f8a04ad4ea16 to your computer and use it in GitHub Desktop.
print stylesheet for redbooth.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* use with Stylish Chrome extension, https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en | |
* for URLs on the domain redbooth.com | |
*/ | |
@media print { | |
.tb-kanban-zone { | |
display: none; | |
} | |
.l-panes-content { | |
width: 100% !important; | |
margin: 2% auto; | |
} | |
.tb-comment { | |
page-break-before: avoid; | |
page-break-inside: auto; | |
page-break-after: avoid; | |
} | |
.tb-comment * { | |
page-break-before: avoid; | |
page-break-inside: avoid; | |
page-break-after: avoid; | |
} | |
.comment-profile { | |
display: block !important; | |
} | |
.tb-avatar { | |
position: relative; | |
float: left; | |
} | |
.tb-comment-info { | |
float: left; | |
display: block; | |
} | |
.tb-comment .tb-comment-body, .tb-comment-text { | |
page-break-inside: auto; | |
} | |
.tb-comment-body { | |
display: block; | |
} | |
.tb-comment-text { | |
clear: left; | |
} | |
.tb-comment-text p { | |
page-break-before: auto; | |
page-break-inside: auto; | |
page-break-after: auto; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment