Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 12:40:39 -0000 (UTC)
From:      "Josef El-Rayes" <josef@FreeBSD.org>
To:        ceri@submonkey.net
Cc:        doc-committers@FreeBSD.org
Subject:   Re: cvs commit: www/en/docproj current.sgml
Message-ID:  <1131.140.78.167.137.1102336839.squirrel@webmail.daemon.li>
In-Reply-To: <20041206115045.GB513@submonkey.net>
References:  <200412042304.iB4N488e000350@repoman.freebsd.org> <20041206115045.GB513@submonkey.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Sat, Dec 04, 2004 at 11:04:08PM +0000, Murray Stokely wrote:
>> murray      2004-12-04 23:04:08 UTC
>>
>>   FreeBSD doc repository
>>
>>   Modified files:
>>     en/docproj           current.sgml
>>   Log:
>>   Use CSS for headings instead of <font> tags.
>
>> | @@ -65,7 +65,7 @@
>> |      the open documentation problem reports.</p>
>> |
>> |      <a name="handbook3"></a>
>> | -    <h3><font color="#660000">FreeBSD Handbook 3rd
>> Edition</font></h3> | +    <h3 class="red">FreeBSD Handbook 3rd
>> Edition</h3>
>
> Hmm.  Does that actually buy us anything in the way of maintainability?

it helps to remove style from content (from html to css file), so you can
change style things without the need of going through all html documents,
but we should leave basic style tags in html, in case a browser is not
able to render css, so the html file stays viewable in any case.
-josef




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1131.140.78.167.137.1102336839.squirrel>