factorize CSS code, make use of the "manual" class when appropriate, clean the style of the big linear algebra table

This commit is contained in:
Gael Guennebaud
2010-10-19 15:25:00 +02:00
parent 9e3005d552
commit 6d8e7d68e4
5 changed files with 79 additions and 61 deletions

View File

@@ -45,7 +45,7 @@ The following three statements sets the other three entries. The final line outp
Here is another example, which combines matrices with vectors. Concentrate on the left-hand program for now; we will talk about the right-hand program later.
<table class="example">
<table class="manual">
<tr><th>Size set at run time:</th><th>Size set at compile time:</th></tr>
<tr><td>
\include QuickStart_example2_dynamic.cpp