Doc: remove page margins and limits to 60em paragraphes only instaead of the entire page (many declarations and tables are larger than 60em anyway)

This commit is contained in:
Gael Guennebaud 2012-12-28 18:57:10 +01:00
parent 3f82401890
commit ded70b8b58

View File

@ -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;
}