Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * doc/stylesheet.css: Updated. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: | b94196d0e9e01d79af02269b500075c9ea87ec397fb31cda516afa693f9e9040 |
User & Date: | csaba 2020-06-23 09:59:23 |
Context
2020-06-23
| ||
10:00 | * doc/*.png Updated screenshots. check-in: 187fa91cd7 user: csaba tags: trunk | |
09:59 | * doc/stylesheet.css: Updated. check-in: b94196d0e9 user: csaba tags: trunk | |
09:58 | * scripts/tclIndex: Newly generated. check-in: 439a75261e user: csaba tags: trunk | |
Changes
Changes to modules/scrollutil/doc/stylesheet.css.
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} |
| > > | > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
/* generic class defining a top margin whose height equals the font size */ .tm {margin-top: 1em} /* background, border, border-radius, and padding for the <pre> tag */ pre { background: #F7F7F7; border: silver solid 1px; border-radius: 4px; padding: 4px; } /* background for the <body> tag */ body {background: #FFFFFF} /* color for the <span> tag */ span.red {color: #E00000} span.cmt {color: #36648b} |