Differences From Artifact [b89b5a56c8]:
- File src/default.css — part of check-in [0c19cd0a86] at 2020-05-29 08:05:01 on branch default.css — Move default_css.txt to default.css, treat it like a builtin file, and remove mkcss, as the recent style.css reorg obviates the need for mkcss. (user: stephan size: 15705)
To Artifact [11ed4baddf]:
- File src/default.css — part of check-in [9070947dac] at 2020-06-13 05:59:59 on branch default.css — Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch). (user: stephan size: 15748) [more...]
| ︙ | ︙ | |||
872 873 874 875 876 877 878 |
}
input {
max-width: 95%;
}
textarea {
max-width: 95%;
}
| > > > > | 872 873 874 875 876 877 878 879 880 881 882 |
}
input {
max-width: 95%;
}
textarea {
max-width: 95%;
}
img {
max-width: 100%;
height: auto;
}
|