Handbook-appearance in Opera
Linh Pham
question+fbsddoc at closedsrc.org
Thu Aug 19 18:58:44 UTC 2004
On 2004-08-19 20:26 +0200, Marc Fonvieille <blackend at freebsd.org> wrote:
# > IE6 seems to do the same. I've created a diff which corrects this;
# > could you please check
# > http://shrike.submonkey.net/~setantae/data/doc/en_US.ISO8859-1/books/handbook/network-nis.html
# > and see if that fixes it for you?
# >
# > Diff attached for those interested.
# >
#
# It's not possible to tweak the .css instead ?
Removing:
<col width="1*" />
<col width="3*" />
from the HTML file also seems to work. To make the change via inline
CSS, replace:
<th>Term</th>
<th>Description</th>
with
<th style="width: 33%">Term</th>
<th style="width: 67%">Description</th>
while also removing the two <col> tags mentioned above.
--
Linh Pham question+fbsddoc at closedsrc.org
Webmaster and FreeBSD Geek http://closedsrc.org
Apprentice Manager Editor and Writer http://www.daemonnews.org
Q->Worf: Eat any good books lately? | Humans = Ugly Bags of Mostly Water
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20040819/e9c60b17/attachment.sig>
More information about the freebsd-doc
mailing list