aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 19:12:23 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 19:12:23 +0000
commit00a8d314c592e63aff39e305b6c5f6a6df20ca70 (patch)
tree4e742004ee665ad42f9e782daee2f500e3890914 /doc/eigendoxy.css
parent3e526dcdbd48f32e733219b8793208f9cbe0f4cf (diff)
* move memory related stuff to util/Memory.h
* clean ugly doxygen inheritence of expressions * keep improving the documentation... slowly !
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index 825cc4fc1..b64c49ae9 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -451,10 +451,17 @@ A.top {
A.top:hover, A.logo:hover {
background-color: transparent;font-weight : bolder;
}
-P.note {
+SPAN.note {
font-size: 7pt;
}
+DIV.navigation {
+ min-height : 64px;
+/* background : url("Eigen_Silly_Professor_64x64.png") no-repeat left; */
+ padding-left : 80px;
+ padding-top : 5px;
+}
+
TABLE.noborder {
border-bottom-style : none;
border-left-style : none;
@@ -496,5 +503,10 @@ TABLE.tutorial_code TD {
vertical-align: middle;
}
+DIV.eimainmenu {
+ text-align: center;
+/* border-top: solid; */
+/* border-bottom: solid; */
+}