Limiting the width is good, but the pixel-based limit can cause variations
on different resolutions and font settings.  I would suggest this instead:

        max-width: 60em;

Which will cause the max width to adjust based on text size settings.

With the most recent change, I feel overwhelmed by the amount of text on the
front page.  I liked the previous version with just a paragraph a lot more.
Also I'd like to see the language bindings added to "Common Links".

HTH,

Sam


-------------------------------------------
We're Hiring! Seeking a passionate developer to join our team building Flex
based products. Position is in the Washington D.C. metro area. If interested
contact [EMAIL PROTECTED]
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 14, 2007 3:59 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Request for help with the SQLite Website

"Scott Hess" <[EMAIL PROTECTED]> wrote:
> I probably am misunderstanding something.  The box scales down to
> narrower windows just fine, so why can't the box scale until it hits
> the width of my browser, and _then_ start doing the vertical-wrapping
> thing?
> 

There is a CSS parameter that limits the width.

    max-width: 800px;

People who know tell me this is a good thing.

--
D. Richard Hipp <[EMAIL PROTECTED]>


----------------------------------------------------------------------------
-
To unsubscribe, send email to [EMAIL PROTECTED]
----------------------------------------------------------------------------
-


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to