Boost logo

Boost :

From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-09-29 11:09:35


"Eric Niebler" <eric_at_[hidden]> wrote in message
news:415AD685.8010900_at_boost-consulting.com...
>
> Joel de Guzman and I, with the help of many smart folks on the
> boost-docs list[*], have been working on improving the look-n-feel of
> Boost's documentation. We're ready to commit the new style, but wanted
> to check here first.
>
> Volodya was good enough to put up a copy of Boost's docs with the new
> style applied. You can preview them here:
> http://zigzag.lvk.cs.msu.su/~ghost/boost_docs/
>
> Please say whether you like the new style or not. If not, be specific
> about why.

Looks quite good to me. I have just two comments:

- I think making the headings and hyperlinks blue may eventually cause blue
overdose.
- The navigation controls, i.e., the arrow and the house icon, should not have
bright blue borders. I recommend that the img elements have their border
attributes set to 0. In other words,

   <a accesskey="h" href="index.html">
     <img src="images/home.png" alt="Home">
   </a>

should be

   <a accesskey="h" href="index.html">
      <img border="0" src="images/home.png" alt="Home">
   </a>

Jonathan


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk