> >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 :).

Actually, I'd like more space at top of toc (since there's no space between 
doc and top-level title). So, I've added:

    margin-top: 1pc;

and it works nice.

> >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 :).

No luck with it yet :-( After this change I get

  http://zigzag.cs.msu.su:7813/snapshot1.png

and Spirit's table is

  http://zigzag.cs.msu.su:7813/snapshot2.png

In first case table looks distinctly 3D. I've tried to look at Spirit's CSS, 
but did not find anything which could affect it.

- Volodya





-------------------------------------------------------
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