mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
css update: max-width and margins
This commit is contained in:
parent
9fa54d4cc9
commit
9e3005d552
@ -689,12 +689,23 @@ div.headertitle
|
|||||||
/******** Eigen specific CSS code ************/
|
/******** Eigen specific CSS code ************/
|
||||||
|
|
||||||
|
|
||||||
|
body {
|
||||||
|
max-width:700px;
|
||||||
|
margin-left:5%;
|
||||||
|
margin-top:2%;
|
||||||
|
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* class for exemple / output tables */
|
/* class for exemple / output tables */
|
||||||
|
|
||||||
|
table {
|
||||||
|
max-width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
table.example {
|
table.example {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -839,7 +850,6 @@ div.fragment {
|
|||||||
font-family: monospace, fixed;
|
font-family: monospace, fixed;
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
|
|
||||||
margin: 0pt;
|
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0pt;
|
padding: 0pt;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user