css update: max-width and margins

This commit is contained in:
Benoit Jacob 2010-10-19 09:18:06 -04:00
parent 9fa54d4cc9
commit 9e3005d552

View File

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