From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P2pQA-0001h0-So for garchives@archives.gentoo.org; Mon, 04 Oct 2010 18:05:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19CF3E062C for ; Mon, 4 Oct 2010 18:05:52 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 44FECE06D7 for ; Mon, 4 Oct 2010 17:07:06 +0000 (UTC) Received: by iwn39 with SMTP id 39so10431214iwn.40 for ; Mon, 04 Oct 2010 10:07:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=+gqfigm+WtGibOZuM/Z7e8RymRwxy6YqzhsMEVJLt6g=; b=h2maMFezi/FFYaMBYN65fXuw3ufZWYe5YDweP7MZ1YHviGjFMPQYIBEA+RDaTDC7zj naqM38pQHpAPpn+6x+/KEKqNCiHyLMao3FVTonvyAZ97h49wYGXYcqHdvUywKmCtrDNn y1ypKa/Stw2LWXaFySUHTwfNQeUKNB6HjAXcI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=sSmjSruMn88SmYCdjf9JsqRsld510bP8BI+BaMDtVhtEBdZIDT1JtUEAn2dsMbCU1D 1DhkZVRNeVYwfsoz2pSB+99pkwDEHOHkf235aZpRB7tG3A8MEpCQFb6ErJynVAyjkc62 8v2pRE0UgZWgShD0ACS+cpT/aCSesZ/igJrmU= Received: by 10.231.35.77 with SMTP id o13mr10493540ibd.92.1286212025873; Mon, 04 Oct 2010 10:07:05 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: fthtmn@gmail.com Received: by 10.231.140.13 with HTTP; Mon, 4 Oct 2010 10:06:35 -0700 (PDT) In-Reply-To: <20101002001821.4dcadddc@mating-tux> References: <20101002001821.4dcadddc@mating-tux> From: =?ISO-8859-1?Q?Fatih_T=FCmen?= Date: Mon, 4 Oct 2010 20:06:35 +0300 X-Google-Sender-Auth: AlmD4GF_ArPL79di3M926MJ1dAI Message-ID: Subject: Re: [gentoo-user] ridiculously wide handbook pages To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dc67440c-02bd-4ee1-b12b-65fa0de469d7 X-Archives-Hash: fcb82ec91288cc5edfc2f199225bd90a On Sat, Oct 2, 2010 at 1:18 AM, Renat Golubchyk wrote: > Unfortunately Gentoo documentation uses table layout instead of > relying entirely on CSS. Therefore it is not easy to make the docs > beautiful for everybody right now. But there is a simple workaround > which you may find good enough. Add the following CSS rule into your > ~/.mozilla/<...your profile...>/chrome/userContent.css or install the > Stylish add-on [3] and create a style with the rule: > > ------------------------------------------------------------- > @namespace url(http://www.w3.org/1999/xhtml); > > @-moz-document domain("gentoo.org") { > =A0td.content p { > =A0 =A0width: 40em; > =A0} > } > ------------------------------------------------------------- > > Change "40em" to anything you like. > > Thank you very much for this tip. I use chromium and fortunately there exists the Stylish chrome extension. I got it working with the code you gave by just snipping the moz-document line. When I inspect the element and check the page source I understand where td.content and p comes from but could you explain what 'em' suffix to 40 means please? -- Fatih