Thanks, Jakob!

In the next rev of the developer/docs site CSS/layout, we hope to provide a 
'button' that allows one to choose between a dynamic (resizable full width) and 
the current fixed width presentation.  The docs are often nicer with more 
horiztonal space, we know.

Eric


On Nov 23, 2012, at 4:14 PM, Jakob Fix <[email protected]> wrote:

> Received off-list, much nicer and more succinct:
> 
> @-moz-document domain("docs.marklogic.com") {
>    #container { width: 100% !important; }
>    #content { width: 100% !important; }
>    #page_content {
>        float: none !important;
>        width: auto !important;
>    }
> }
> 
> 
> 
> 
> On Sat, Nov 24, 2012 at 12:39 AM, Jakob Fix <[email protected]> wrote:
>> 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

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to