aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-10-19 16:55:49 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-10-19 16:55:49 +0200
commite5073746f3686f01806d29724758c1df786013ed (patch)
treec6df1dee8e99cbc97b3af5e119d86811608c9c64 /doc/eigendoxy.css
parente19c6b89f520644527b4b4b867f0acb6c08c2056 (diff)
allows blocks of code to be larger than the page body (like tables)
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css25
1 files changed, 14 insertions, 11 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index bfcbf61fb..e62958831 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -142,7 +142,7 @@ pre.fragment {
padding: 4px 6px;
margin: 4px 8px 4px 2px;
overflow: auto;
- word-wrap: break-word;
+ /*word-wrap: break-word;*/
font-size: 9pt;
line-height: 125%;
}
@@ -700,14 +700,20 @@ img {
border: 0;
}
-img.logo {
+a.logo {
float:right;
margin:10px;
+}
+
+div.fragment {
+ display:table; /* this allows the element to be larger than its parent */
+ padding: 0pt;
+}
+pre.fragment {
+ border: 1px solid #cccccc;
-/* position:absolute;
- border:none;
- right:10px;
- top:10px */
+ margin: 2px 0px 2px 0px ;
+ padding: 3px 5px 3px 5px;
}
/* Common style for all Eigen's tables */
@@ -872,7 +878,7 @@ table.tutorial_code td.note p.starttd {
border: none;
padding: 0px;
}
-
+/*
div.fragment {
font-family: monospace, fixed;
font-size: 95%;
@@ -888,10 +894,7 @@ pre.fragment {
background-color: #f5f5f5;
}
-
-div.desired_tutorial_width {
- width: 90%;
-}
+*/
div.eimainmenu {
text-align: center;