Skip to content
New issue

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

Printable Mode + Gc #30

Open
Chocohead opened this issue Nov 18, 2015 · 1 comment
Open

Printable Mode + Gc #30

Chocohead opened this issue Nov 18, 2015 · 1 comment

Comments

@Chocohead
Copy link

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?

@ghost
Copy link

ghost commented Jan 15, 2016

@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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants