mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
- fixed lists - image size correction - fixed code listings formats - capital letters are used in titles JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
45 lines
648 B
CSS
45 lines
648 B
CSS
img[alt="High-Level Design"] {
|
|
max-width: 60%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="Parser dependency"] {
|
|
max-width: 60%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="CBC layout"] {
|
|
max-width: 40%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="byte-code layout"] {
|
|
max-width: 40%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="ECMA value representation"] {
|
|
max-width: 50%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="Number"] {
|
|
max-width: 25%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="Compressed Pointer"] {
|
|
max-width: 25%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="Object properties"] {
|
|
max-width: 60%;
|
|
display: block;
|
|
}
|
|
|
|
img[alt="Object/Lexicat environment structures"] {
|
|
max-width: 50%;
|
|
display: block;
|
|
}
|