2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-03 09:42:20 +00:00
Files
ublas/doc/ublas.css
John Maddock 1bbeef0cf6 Fixed Inspection report issues.
svn path=/trunk/boost/numeric/ublas/; revision=43607
2008-03-14 18:32:45 +00:00

26 lines
458 B
CSS

/*
* Copyright 2000-2004 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;
}