"Nick Sabalausky" <[email protected]> wrote in news:[email protected]:
> "JMRyan" <[email protected]> wrote in message > news:[email protected]... >> Walter Bright <[email protected]> wrote in >> news:iaf0mo$1jss$1 @digitalmars.com: >> >> Did the web site's css file change in the process??? The font size >> for D2's documentation is too big in my browser and the whole thing >> looks awful. > > Same result here. Didn't check the code, but it looks as if all the > <p>'s were changed to <h1>'s. A simple diff turned up the problem. Lines 12-15 were added to style.css. Line 14 is the only non-whitespace addition not commented out. It sets the font size to 18 points.
