Hi,

if you are using Stylish [1] and would prefer to use the whole browser
width to display your favourite documentation, try this quick'n'dirty
rule (or improve it):

@-moz-document domain("docs.marklogic.com") {
div#content, div#container {
  width: 100% ! important;
}

section#page_content {
  width: 70% ! important;
  left: 10px ! important;
  padding-right: 40px ! important;
  padding-left: 0px ! important;
}

div#api_sub {
  width: 25% ! important;
  left: 40px ! important;
}

div#breadcrumb {
 padding-left: 40px ! important;
}
}

cheers,
Jakob.

[1] http://userstyles.org/, plugin for Firefox and Chrome to modify website CSS

PS: tip of the hat to an anonymous co-worker ...
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to