Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * doc/stylesheet.css: Updated. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
87ce388a38ee0ffa9bc90956604c1f0d |
User & Date: | csaba 2019-10-21 13:29:36.679 |
Context
2019-10-21
| ||
13:30 | * doc/*.html: Bumped the version number to 3.10; various improvements. check-in: a440495ea8 user: csaba tags: trunk | |
13:29 | * doc/stylesheet.css: Updated. check-in: 87ce388a38 user: csaba tags: trunk | |
13:28 | * scripts/tclIndex: Newly generated. check-in: 18473137e7 user: csaba tags: trunk | |
Changes
Changes to modules/mentry/doc/stylesheet.css.
1 2 3 | /* generic class defining a top margin whose height equals the font size */ .tm {margin-top: 1em} | | | > > > | > | 1 2 3 4 5 6 7 8 9 10 11 12 | /* generic class defining a top margin whose height equals the font size */ .tm {margin-top: 1em} /* background, border, and padding for the <pre> tag */ pre {background: #F7F7F7; border: silver solid 1px; padding: 1px} /* background for the <body> tag */ body {background: #FFFFFF} /* color for the <span> tag */ span.red {color: #E00000} span.cmt {color: #36648b} |