[Slackbuilds-users] Suggestion: monospace font for README

Ythogtha yth at ythogtha.org
Mon Nov 7 12:57:59 UTC 2016


> Hello,
> 
> I like the mono font for README, but I use a large font and for me lines
> are wrapped after 58 symbols.
> 
> On the other hand, the text is a narrow strip on my screen (1920x1200).
> Could it be possible to let the text use all available space in width?
> 
> If it's not feasible, maybe someone can suggest me what to put in my
> firefox's chrome/userContent.css to archive the same result?
> 
> Thank you in advance!

Put that style, it'll break a little the middle part, but not much, it'll be
larger :
#include div#wrap {
    background-color: #fff;
    margin-: 0 -100px;
    width: 910px;
}
If you want even larger, replace the -100px in the margin by a larger number,
double its value, add it to 710 and that's your new width, example :
#include div#wrap {
    background-color: #fff;
    margin-: 0 -200px;
    width: 1110px;
}

-- 
Arnaud <yth at ythogtha.org>


More information about the SlackBuilds-users mailing list