Hi,
using Quickbook from release boost_1.33.1
If I dont select the image arrows option when compiling a boostbook doc then the
generated boostbook.css navigation links top and bootom right of a page are
invisible in many browsers.

Fixed locally by  at line 75 in boostbook.css, replacing:

.spirit-nav a
{
    color: white;
    padding-left: 0.5em;
}
with
.spirit-nav a
{
    padding-left: 0.5em;
}

regards
Andy Little



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to