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 ************/ /******** Eigen specific CSS code ************/
p, dl.warning, dl.attention, dl.note
body { {
max-width:60em; max-width:60em;
margin-left:5%; text-align:justify;
margin-top:2%;
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
} }
img { img {
border: 0; border: 0;
} }