From 00a8d314c592e63aff39e305b6c5f6a6df20ca70 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 26 Aug 2008 19:12:23 +0000 Subject: * move memory related stuff to util/Memory.h * clean ugly doxygen inheritence of expressions * keep improving the documentation... slowly ! --- doc/eigendoxy.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/eigendoxy.css') 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; */ +} -- cgit v1.2.3