aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-12-28 18:57:10 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-12-28 18:57:10 +0100
commitded70b8b588ca2bb5b6afa7ec16ad26133e224d4 (patch)
tree01b6ca17e44374cea5e8db9d07b1ca35b9adbaeb /doc/eigendoxy.css
parent3f824018908a3766e01d34b361e0feb9e17398fb (diff)
Doc: remove page margins and limits to 60em paragraphes only instaead of the entire page (many declarations and tables are larger than 60em anyway)
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index cc5e28c03..efc960145 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -1222,15 +1222,12 @@ tr.heading h2 {
/******** Eigen specific CSS code ************/
-
-body {
- max-width:60em;
- margin-left:5%;
- margin-top:2%;
- font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+p, dl.warning, dl.attention, dl.note
+{
+ max-width:60em;
+ text-align:justify;
}
-
img {
border: 0;
}