2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +00:00
Files
ublas/doc/ublas.css
Gunter Winkler a303af81ee see #3457
* test/manual/test_move_semantics.cpp: example and manual test case to demonstrate move semantics
 * test/manual/Jamfile.v2: added new target test_move_semantics
 * doc/ublas.css: added pre.screen class for code snippets, added p.credit class for thanks and credits
 * doc/overview.htm: fixed broken anchors and missing alt-attribute
 * doc/release_notes.htm: added new feature to release list
 * doc/options.htm: new page to document preprocessore switches (mostly copied from Wiki)
 * doc/index.htm: added link to options.htm
2009-09-16 22:00:38 +00:00

38 lines
610 B
CSS

/*
* Copyright 2000-2009 Michael Stevens, Mathias Koch,
* Joerg Walter, Gunter Winkler.
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt
* or copy at http://www.boost.org/LICENSE_1_0.txt).
*/
table {
border-width: medium;
background-color: #F8F8F8;
margin:1em;
}
td {
padding-left: 0.5em;
padding-right:0.5em;
}
th {
text-align:left;
}
pre.screen {
border:1px solid #DCDCDC;
display:block;
font-size:9pt;
margin:1pc 4% 0;
padding:0.5pc;
}
p.credit {
font-style: italic;
}