On 21/11/2011 05:31, Andrei Alexandrescu wrote:
On 11/20/11 2:40 AM, Andrei Alexandrescu wrote:
Thanks to all who provided feedback! I read again the entire thread,
then made one more pass:

http://d-programming-language.org/new/

I made one more pass and improved the homepage in a number of ways.
(Learned about <div> more than I ever wanted to know...)

* The news column is now on the right.

Something that's just annoyed me thoroughly now you've done this (though it didn't before for some reason) - my eyes have to look all over the place to see everything on the screen. Please use something like:

body {
    max-width: 1300px;
    margin: 0px auto;
}

This won't be noticeable for smaller screens, but on larger screens it makes the page a lot more readable.

* Border is thinner

* The page behaves better when shrinking laterally

On my laptop's screen (1280x800, not the smallest) the title doesn't fit on one line. Titles should not be so long!

* Footer is better integrated

* Copyright text is smaller


Andrei


--
Robert
http://octarineparrot.com/

Reply via email to