Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make note text scrollable for long lines, rather than wrapping. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2458e045727799af9cbcb2a638545003 |
User & Date: | vandys 2018-10-15 20:21:23 |
Context
2018-11-20
| ||
04:34 | typo check-in: d620354cb0 user: vandys tags: master, trunk | |
2018-10-15
| ||
20:21 | Make note text scrollable for long lines, rather than wrapping. check-in: 2458e04572 user: vandys tags: master, trunk | |
2018-10-14
| ||
22:08 | Cleanly cancel entirely new message check-in: 37e94bb1ec user: vandys tags: master, trunk | |
Changes
Changes to css/main.css.
18 19 20 21 22 23 24 |
} button { font-size: 16px; } #editor>textarea, #editor>input { font-size: 14px; } |
> > > |
18 19 20 21 22 23 24 25 26 27 |
} button { font-size: 16px; } #editor>textarea, #editor>input { font-size: 14px; } textarea { white-space: pre; } |