Skip to content

Instantly share code, notes, and snippets.

@kirsn
Created September 30, 2013 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirsn/6760836 to your computer and use it in GitHub Desktop.
Save kirsn/6760836 to your computer and use it in GitHub Desktop.
Wikipedia minimalist view
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("wikipedia.org") {
.collapsible-nav {
display: none !important;
}
div#content {
margin-left: 2em !important;
width: 80% !important;
}
#left-navigation {
left: 2em !important;
}
#right-navigation {
float: right !important;
opacity: 0.15 !important;
position: relative !important;
right: 9em !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment