Differences From Artifact [2bb2a1ed52]:
- File src/default.css — part of check-in [1620841523] at 2020-09-19 13:10:34 on branch trunk — Documented a simpler pikchr-centering implementation for potential future use but did not activate it due to concerns about current browser-side availability. (user: stephan size: 32652)
To Artifact [71c6480170]:
- File src/default.css — part of check-in [1165ed88f3] at 2020-09-26 11:19:21 on branch trunk — Fix to check-in [9e4ca8948a82ae5e]: Do not set "height:auto" for images in the default CSS, as doing so is not necessary for good mobile operation. (user: drh size: 32636) [more...]
| ︙ | ︙ | |||
966 967 968 969 970 971 972 |
max-width: 95%;
}
textarea {
max-width: 95%;
}
img {
max-width: 100%;
| < | 966 967 968 969 970 971 972 973 974 975 976 977 978 979 |
max-width: 95%;
}
textarea {
max-width: 95%;
}
img {
max-width: 100%;
}
hr {
/* Needed to keep /dir README.txt from floating right in some skins */
clear: both;
}
/**
|
| ︙ | ︙ |