Skip to content

Instantly share code, notes, and snippets.

View mc256's full-sized avatar
🤗

Jun Lin (Michael) Chen mc256

🤗
View GitHub Profile
@Illvili
Illvili / collapsible-fix.css
Last active August 29, 2015 14:13
collapsible-fix
.mw-collapsible.wikitable {
display:table;
}
.mw-collapsible.wikitable img {
max-width:100%;
}
.mw-collapsible > tbody > tr:first-child > th {
position:relative;
padding-left:3em;
}