We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at any page in printable mode (from the tools section on the left, eg: http://ftb.gamepedia.com/index.php?title=EV-Transformer&printable=yes), all the crafting grid icons are shifted up and to the left by a few pixels, any chance of a fix?
The text was updated successfully, but these errors were encountered:
@media print { .CraftingGridCell { padding: 2px; } }
Fix ^
Edit: May also want to fix margins for print mode and padding, stick this into the media print:
#pageWrapper { padding-left: 1em; } #content { padding: 10px !important; }
Sorry, something went wrong.
No branches or pull requests
Looking at any page in printable mode (from the tools section on the left, eg: http://ftb.gamepedia.com/index.php?title=EV-Transformer&printable=yes), all the crafting grid icons are shifted up and to the left by a few pixels, any chance of a fix?
The text was updated successfully, but these errors were encountered: