aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-19 09:18:06 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-19 09:18:06 -0400
commit9e3005d552a88563746f3ee22552cfce69fd5958 (patch)
tree548bd788ce034c472dc738071b93dd129311f356 /doc/eigendoxy.css
parent9fa54d4cc9463be49a134856abec4864c8e39c41 (diff)
css update: max-width and margins
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index 372cda685..43a86148b 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -689,12 +689,23 @@ div.headertitle
/******** Eigen specific CSS code ************/
+body {
+ max-width:700px;
+ margin-left:5%;
+ margin-top:2%;
+ font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+}
+
img {
border: 0;
}
/* class for exemple / output tables */
+table {
+ max-width:100%;
+}
+
table.example {
border-collapse: collapse;
border-style: solid;
@@ -839,7 +850,6 @@ div.fragment {
font-family: monospace, fixed;
font-size: 95%;
- margin: 0pt;
border: none;
padding: 0pt;
}