Skip to content

Instantly share code, notes, and snippets.

@waldyrious
Last active August 29, 2015 14:08
Show Gist options
  • Save waldyrious/65d9200e0d73d388b54b to your computer and use it in GitHub Desktop.
Save waldyrious/65d9200e0d73d388b54b to your computer and use it in GitHub Desktop.
helper css to inspect the structure of mediawiki skins
div, li, ul {
padding: 5px !important;
margin: 5px !important;
/*
position: unset !important;
float: unset !important;
top: unset !important;
left: unset !important;
width: unset !important;
height: unset !important;
display: block !important;
*/
}
div {border: 1px solid OrangeRed !important;}
ul {border: 1px solid LimeGreen !important;}
li {border: 1px solid DodgerBlue !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment