mirror of
https://github.com/boostorg/more.git
synced 2025-01-30 05:00:09 +08:00
Add styling for tables in section bodies.
[SVN r30634]
This commit is contained in:
parent
dd6304e2e7
commit
964043c69f
@ -197,6 +197,33 @@ a:hover {
|
|||||||
}
|
}
|
||||||
.section-body .note .note-body {
|
.section-body .note .note-body {
|
||||||
}
|
}
|
||||||
|
.section-body table {
|
||||||
|
width: 90%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
border-spacing: 0.5em;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.section-body table caption {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
border-bottom: 1pt solid #000000;
|
||||||
|
padding: 0em 0em 0.2em 0em;
|
||||||
|
}
|
||||||
|
.section-body table tr th {
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1pt solid #000000;
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: bottom;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0em 0em 0.2em 0em;
|
||||||
|
}
|
||||||
|
.section-body table tr td {
|
||||||
|
border: none;
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0em 0em 0.2em 0em;
|
||||||
|
}
|
||||||
/* Section headings, all use the same stream op indicator style. */
|
/* Section headings, all use the same stream op indicator style. */
|
||||||
#content h1, #content h2 {
|
#content h1, #content h2 {
|
||||||
padding-left: 24px;
|
padding-left: 24px;
|
||||||
|
@ -269,16 +269,16 @@
|
|||||||
|
|
||||||
<p><img src=
|
<p><img src=
|
||||||
"http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg"
|
"http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg"
|
||||||
width="128" height="250" alt=
|
width="128" height="250" alt=
|
||||||
"cartoon portrait of Aleksey" class=
|
"cartoon portrait of Aleksey" class=
|
||||||
"left-inset" /><a href=
|
"left-inset" /><a href=
|
||||||
"../people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a>
|
"../people/aleksey_gurtovoy.htm">Aleksey
|
||||||
managed this release. <a href=
|
Gurtovoy</a> managed this release. <a href=
|
||||||
"release_procedures.htm">Managing a release</a> at all is
|
"release_procedures.htm">Managing a release</a> at
|
||||||
an enormous job, and Aleksey always goes beyond merely
|
all is an enormous job, and Aleksey always goes
|
||||||
meeting requirements by insisting on the highest possible
|
beyond merely meeting requirements by insisting on
|
||||||
quality. The Boost membership owes him a debt of
|
the highest possible quality. The Boost membership
|
||||||
gratitude.</p>
|
owes him a debt of gratitude.</p>
|
||||||
|
|
||||||
<p>This release wouldn't have been possible without the
|
<p>This release wouldn't have been possible without the
|
||||||
dedicated effort of many, many members of the Boost
|
dedicated effort of many, many members of the Boost
|
||||||
@ -1885,13 +1885,13 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<!-- For new entries, add a 'div' of class 'history_item' and id of the appropriate version. -->
|
<!-- For new entries, add a 'div' of class 'history_item' and id of the appropriate version. -->
|
||||||
|
|
||||||
|
<p>...And the remainder are lost to the mists of time (for
|
||||||
|
now, anyway)....</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>...And the remainder are lost to the mists of time (for now,
|
|
||||||
anyway)....</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
Loading…
Reference in New Issue
Block a user