strange layout on one of the freebsd.org pages
Vitaly Bogdanov
gad at gad.glazov.net
Tue Jan 3 09:32:33 PST 2006
On Tue, Jan 03, 2006, Neil Short wrote:
> The page at http://www.freebsd.org/docs.html has
> overlapping content.
>
> In particular, the gray legal stuff overlaps the page
> content in the lower left.
>
> I'm using Firefox: Mozilla/5.0 (Windows; U; Windows NT
> 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
It' seems to be a problem with a small ammount of text on the page.
I see the same problem whith en/community.sgml
This patch resolves a problem in the case of en/docs.sgml (in my case):
--- docs.sgml.orig Tue Jan 3 21:27:56 2006
+++ docs.sgml Tue Jan 3 21:28:23 2006
@@ -8,10 +8,10 @@
<html>
&header;
- <img src="gifs/doc.jpg" alt="BSD Daemon reading documentation"
align="right" border="0" width="274" height="163">
-
<p>A wide variety of documentation is available for FreeBSD, on
this web
site, on other web sites, and available over the counter.</p>
+
+ <img src="gifs/doc.jpg" alt="BSD Daemon reading documentation"
align="right" border="0" width="274" height="163">
&footer;
</body>
(Resolution: 1280 x 1024
Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5)
Gecko/20031208)
Vitaly
More information about the freebsd-www
mailing list