Visual jQuery user style

A userstyle for the Visual jQuery documentation (adjust the li.text width to fit your screen):

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://visualjquery.com/index.xml"), url("http://www.visualjquery.com/index.xml") {
    div#header {display:none !important}
    ul {top:0px !important;}
    li.text { width: 600px !important}
    #content { left: 0px !important }
}