update the position of the owl

This commit is contained in:
Gael Guennebaud 2010-10-19 16:07:04 +02:00
parent 54814eb05b
commit e19c6b89f5
3 changed files with 14 additions and 6 deletions

View File

@ -123,7 +123,7 @@ namespace Eigen {
<td>R-SVD</td>
</tr>
<tr>
<tr class="alt">
<td>SelfAdjointEigenSolver</td>
<td>Self-adjoint</td>
<td>Fast-average<sup><a href="#note2">2</a></sup></td>
@ -147,7 +147,7 @@ namespace Eigen {
<td>-</td>
</tr>
<tr>
<tr class="alt">
<td>EigenSolver</td>
<td>Square and real</td>
<td>Average-slow<sup><a href="#note2">2</a></sup></td>
@ -185,7 +185,7 @@ namespace Eigen {
<td>-</td>
</tr>
<tr>
<tr class="alt">
<td>ComplexSchur</td>
<td>Square</td>
<td>Slow-very slow<sup><a href="#note2">2</a></sup></td>
@ -209,7 +209,7 @@ namespace Eigen {
<td>-</td>
</tr>
<tr>
<tr class="alt">
<td>Tridiagonalization</td>
<td>Self-adjoint</td>
<td>Fast</td>

View File

@ -700,6 +700,15 @@ img {
border: 0;
}
img.logo {
float:right;
margin:10px;
/* position:absolute;
border:none;
right:10px;
top:10px */
}
/* Common style for all Eigen's tables */

View File

@ -11,5 +11,4 @@
<body onload='searchBox.OnSelectItem(0);'>
<a name="top"></a>
<a class="logo" href="http://eigen.tuxfamily.org/">
<img src="Eigen_Silly_Professor_64x64.png" width=64 height=64 alt="Eigen's silly professor"
style="position:absolute; border:none; right:10px; top:10px" /></a>
<img class="logo" src="Eigen_Silly_Professor_64x64.png" width=64 height=64 alt="Eigen's silly professor"/></a>