Vladimir Prus wrote:

I should say that Boost.Build docs now look really good. Thanks for all the
work on this!

Great :).


There are quite a few points I'd like changed. These are only suggestions of
course.


1. I suspect that Boost nagivation link can be confusing. Suppose that
Boost.Build user clicks on "home" link. He either find that the link is
broken, or gets to Boost website. Probably we should have a method to disable
those links in "standalone" docs.

This won't be too difficult to do. I'll let you know when it's available.


2. Nagivation arrows in the top-left corner, as in Spirit docs would be really
good. While browsing, I kep on trying to get one level higher and could not
do it.

This sort of thing is something I am trying to get working - I'll let you know when I get something.


3. In Konqueror, the there's no space between TOC and title. I've fixed that
by adding <p> immediately before <div> element for TOC. Not sure if this is
right approach, though.

If you go into the boostbook.css stylesheet, changing:


[16] .toc
[17] {
[18]    margin-left:   15%;
[19]    margin-right:  15%;
-[20]   margin-bottom: 0pc;
+[20]  margin-bottom: 1pc;
[21] }

will do the trick :).

4. The tables rendering which is discussed in separate post.

I think, to get what you are referring to, change


-[61]   div.table table, div.informaltable table, .section-title
+[61]   .section-title

and add

[44]   th, .title
[45]   {
[46]      background-color: lightskyblue;
[47]   }
+  td{ background-color: #CCC; }
+  table{ border: 0pc; }

I think this will get the style you are looking for :).

Thanks again for working on this!

No problem.


Regards,
Reece

_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to