Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fixed a bogus bit of css. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | checkin-without-checkout |
| Files: | files | file ages | folders |
| SHA3-256: |
b203f2e967c36631d4b1e3470c00dae9 |
| User & Date: | stephan 2020-05-02 20:46:16.287 |
Context
|
2020-05-02
| ||
| 20:52 | Fixed copy/paste error which caused the comment text to get duplicated into the N-card. ... (check-in: 2ee462843a user: stephan tags: checkin-without-checkout) | |
| 20:46 | Fixed a bogus bit of css. ... (check-in: b203f2e967 user: stephan tags: checkin-without-checkout) | |
| 17:50 | Improved some labels and help text and corrected the 'hint' styling to encompass elements outside of the FORM element. ... (check-in: f41eb6964c user: stephan tags: checkin-without-checkout) | |
Changes
Changes to src/default_css.txt.
| ︙ | ︙ | |||
887 888 889 890 891 892 893 |
background: yellow;
color: darkred;
margin: 1em 0;
padding: 0.5em;
border-radius: 0.5em;
}
code.fileedit-manifest {
| > | | | 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
background: yellow;
color: darkred;
margin: 1em 0;
padding: 0.5em;
border-radius: 0.5em;
}
code.fileedit-manifest {
display: block;
height: 16em;
overflow: auto;
}
.input-with-label {
border: 1px inset #808080;
border-radius: 0.5em;
padding: 0.25em 0.4em;
margin: 0 0.5em;
display: inline-block;
|
| ︙ | ︙ |