@namespace url(http://www.w3.org/1999/xhtml);

/* 
Author: Thomas Jedenfelt, 2011-01-24
Update: 2012-07-26
http://userstyles.org/user/show/117

See also:
"WIKIPEDIA.ORG - New Article Link"
http://userstyles.org/styles/58987/
 */

@-moz-document domain("wikipedia.org") {

div#content {
  margin-left: 0em !important;
  z-index: 1 !important;
  }

div#mw-panel {
  display: none !important;
  }

div#mw-head {
  background: url("http://upload.wikimedia.org/wikipedia/commons/9/98/Wikipedia_small_logo_rounded.png") no-repeat !important;
  }

}