Boost logo

Boost :

Subject: Re: [boost] [doc] Liven up Boost Documentation with Java Script?
From: Kris (krzysztof_at_[hidden])
Date: 2016-02-26 10:55:22


Paul Fultz II wrote
> On Friday, February 26, 2016 at 9:46:37 AM UTC-6, Rene Rivera wrote:
>>
>> On Fri, Feb 26, 2016 at 9:35 AM, Paul Fultz II <

> pfu...@

>
> >
> <javascript:>
>> wrote:
>>
>> >
>> > Ah yes, tables is something that needs improving. I was working with
>> the
>> > boost
>> > CSS, and it doesn't seem to have anything for css tables. I think boost
>> > book
>> > styles the tables with HTML. I'll take a look at what you did for
>> tables
>> > and
>> > try to integrate that in.
>> >
>>
>> &lt;https://github.com/boostorg/boost/blob/master/doc/src/boostbook.css#L234&gt;
>>
>>
>
>> Yep, that exactly my point. I need to wrap the tables in divs with
>> special
>> classes to get things like borders and such. Tables should look good by
>> default.
>
> As a wknd I extended the boostbook.css table support. I doesn't need to
> wrap tables in divs.
>
> table {
> table-layout: fixed;
> border:1px solid #C0C0C0;
> border-collapse:collapse;
> margin-bottom: 20px;
> padding:5px;
> width: 100%;
> font-size: 90%;
> }
>
> IMHO looks pretty much the same, but you can check it yourself ->
> http://boost-experimental.github.io/di/boost/user_guide/index.html
>
> BTW Support for note, tip, etc. will require some tweaks in css too.
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost

--
View this message in context: http://boost.2283326.n4.nabble.com/doc-Liven-up-Boost-Documentation-with-Java-Script-tp4683773p4683869.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

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