aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/QuickReference.dox5
-rw-r--r--doc/eigendoxy.css66
2 files changed, 26 insertions, 45 deletions
diff --git a/doc/QuickReference.dox b/doc/QuickReference.dox
index a681c7908..43ef61a95 100644
--- a/doc/QuickReference.dox
+++ b/doc/QuickReference.dox
@@ -124,14 +124,13 @@ Matrix3f m1; m1 << 1, 2, 3,
<tr><td>Comma initializer (bis)</td>
<td colspan="2">
-<table class="noborder"><tr><td>
\include Tutorial_commainit_02.cpp
</td>
<td>
output:
\verbinclude Tutorial_commainit_02.out
-</td></tr></table>
-<td></td></tr>
+</td>
+</tr>
<tr><td>Runtime info</td>
<td>\code
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index eb871e9b0..2882f1b2d 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -149,24 +149,6 @@ dl.el {
margin-left: -1cm
}
-.fragment {
- font-family: monospace, fixed;
- font-size: 95%;
-}
-
-pre.fragment {
- border: 1px solid #cccccc;
- background-color: #f5f5f5;
- margin-top: 4px;
- margin-bottom: 4px;
- margin-left: 2px;
- margin-right: 8px;
- padding-left: 6px;
- padding-right: 6px;
- padding-top: 4px;
- padding-bottom: 4px;
-}
-
div.ah {
background-color: black;
font-weight: bold;
@@ -449,7 +431,8 @@ a.top {
}
a.top:hover, a.logo:hover {
- background-color: transparent;font-weight : bolder;
+ background-color: transparent;
+ font-weight : bolder;
}
div.navigation {
@@ -498,45 +481,44 @@ table.noborder td {
}
table.tutorial_code {
- border-collapse: collapse;
- border-width: 1px;
- border-style: dotted;
- border-color: #888888;
- empty-cells : hide;
- margin: 4pt 0 0 0;
- padding: 0 0 0 0;
+ width: 90%;
}
table.tutorial_code tr {
- border-style: dashed;
- border-width: 1px;
- border-color: #888888;
+ border: 1px dashed #888888;
}
table.tutorial_code td {
- border-style: none dotted none dotted;
- border-width: 0 1px 0 1px;
- border-color: transparent;
- empty-cells : show;
- margin: 0 0 0 0;
- padding: 2pt 5pt 2pt 5pt;
+ border: none;
+ padding: 3pt 5pt 3pt 5pt;
vertical-align: top;
}
-table.tutorial_code td.note {
- font-size: 8.5pt;
- padding-top: 3pt;
-}
-
/* Whenever doxygen meets a '\n' or a '<BR/>', it will put
* the text containing the characted into a <p class="starttd">.
* This little hack togehter with table.tutorial_code td.note
* aims at fixing this issue. */
table.tutorial_code td.note p.starttd {
- font-size: 8.5pt;
+ margin: 0px;
+ border: none;
+ padding: 0px;
+}
+
+div.fragment {
+ font-family: monospace, fixed;
+ font-size: 95%;
+
+ margin: 0pt;
border: none;
+ padding: 0pt;
+}
+
+pre.fragment {
margin: 0pt;
- padding: 0pt;
+ border: 1px solid #cccccc;
+ padding: 2px 5px 2px 5px;
+
+ background-color: #f5f5f5;
}
div.eimainmenu {