[Slackbuilds-users] Suggestion: monospace font for README

Alexander Verbovetsky alik at ejik.org
Mon Nov 7 14:36:14 UTC 2016


On Mon, Nov 7, 2016, at 15:57, Ythogtha wrote:
> 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;
> }

Thank you very much for the idea!

I modified it to the following code that works perfectly in
chrome/userContent.css:

/* 
 * Force SBo to be wider
 */
@-moz-document domain(slackbuilds.org) {
  #parent, #include div#wrap {
    width: 950px  !important;
    background-color: #fff  !important; }
}

Best regards,
Alexander


More information about the SlackBuilds-users mailing list