mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
New TOC rendering, flat (no border) tables, from Reece Dunn..
[SVN r22204]
This commit is contained in:
parent
86693b5e97
commit
15ba37dd03
1 changed files with 16 additions and 7 deletions
|
@ -17,6 +17,7 @@ th
|
|||
{
|
||||
margin-left: 15%;
|
||||
margin-right: 15%;
|
||||
margin-top: 1pc;
|
||||
margin-bottom: 0pc;
|
||||
}
|
||||
|
||||
|
@ -58,9 +59,11 @@ div pre.programlisting, .refsynopsisdiv
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
div.table table, div.informaltable table, .section-title
|
||||
.toc
|
||||
{
|
||||
background-color: #EEE;
|
||||
border: 0.2em ridge lightcoral;
|
||||
padding: 0.5pc;
|
||||
background-color: #DDD;
|
||||
}
|
||||
|
||||
.programlisting, .table-programlisting
|
||||
|
@ -75,6 +78,8 @@ div pre.programlisting, .refsynopsisdiv
|
|||
background-color: lightskyblue;
|
||||
border: 0.2em ridge cyan;
|
||||
padding: 1pc;
|
||||
font-family: Courier, Lucida Console;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.boost-head
|
||||
|
@ -90,16 +95,21 @@ div pre.programlisting, .refsynopsisdiv
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.table table, div.informaltable table, .section-title
|
||||
{
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
table.boost-head tr td
|
||||
{
|
||||
border: 0.1em inset #007F7F;
|
||||
}
|
||||
|
||||
.toc
|
||||
table, td, th{ border: 0pc; }
|
||||
|
||||
.table table tr td, div.informaltable table tr td
|
||||
{
|
||||
border: 0.2em ridge lightcoral;
|
||||
padding: 0.5pc;
|
||||
background-color: #DDD;
|
||||
background-color: #CCC;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -118,4 +128,3 @@ div pre.programlisting, .refsynopsisdiv
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue