From ded70b8b588ca2bb5b6afa7ec16ad26133e224d4 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 28 Dec 2012 18:57:10 +0100 Subject: Doc: remove page margins and limits to 60em paragraphes only instaead of the entire page (many declarations and tables are larger than 60em anyway) --- doc/eigendoxy.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'doc/eigendoxy.css') 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; } -- cgit v1.2.3