Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch). |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | default.css |
| Files: | files | file ages | folders |
| SHA3-256: |
9070947dac5017d77dfed51b9fbd6d8b |
| User & Date: | stephan 2020-06-13 05:59:59.504 |
Context
|
2020-06-14
| ||
| 05:37 | Merged in default.css branch: move default_css.txt to default.css (compiled in as-is as a builtin) and eliminate the no-longer-relevant mkcss tool. The over-the-wire size increase for the no-longer-stripped CSS is less than 1kb. ... (check-in: 8eec01d419 user: stephan tags: trunk) | |
|
2020-06-13
| ||
| 05:59 | Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch). ... (Closed-Leaf check-in: 9070947dac user: stephan tags: default.css) | |
|
2020-06-11
| ||
| 07:46 | Merge in trunk. ... (check-in: bd56e90d0f user: stephan tags: default.css) | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
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;
}
|