Check-in [9013b83e6f]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | work around overlength release notes (HTML remnants) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
9013b83e6fffa6406db4cb7ee10ee81f |
| User & Date: | mario 2024-06-19 15:36:44 |
Context
|
2024-06-19
| ||
| 15:37 | bumpver css Leaf check-in: 6ce4286067 user: mario tags: trunk | |
| 15:36 | work around overlength release notes (HTML remnants) check-in: 9013b83e6f user: mario tags: trunk | |
|
2022-06-05
| ||
| 21:30 | update to GraphQL query check-in: 840066990b user: mario tags: trunk | |
Changes
Changes to freshcode.css.
1 2 3 4 5 | /** * api: css * type: stylesheet * title: freshcode.club layout+style * description: Simulates the late freecode.com layout and looks; well mostly. | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
/**
* api: css
* type: stylesheet
* title: freshcode.club layout+style
* description: Simulates the late freecode.com layout and looks; well mostly.
* version: 0.8.2-2
*
* Centered two-pane layout. The #main section is usually 33% of the screen width,
* while the #sidebar floats at the right. They're repositioned only using padding:
* to the outer html,body{}.
*
*/
|
| ︙ | ︙ | |||
451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
}
#main .release-notes {
margin: 4.5pt 0 1pt 0;
font-size: 90%;
color: #444;
padding-left: 30pt;
background: url("img/changes.png") no-repeat 15px 3px;
}
#main .release-notes b {
font-size: 90%;
color: #555;
}
#main .project .tags {
margin: 4.5pt 0 2pt 0;
| > | 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 |
}
#main .release-notes {
margin: 4.5pt 0 1pt 0;
font-size: 90%;
color: #444;
padding-left: 30pt;
background: url("img/changes.png") no-repeat 15px 3px;
max-width: 660px;
}
#main .release-notes b {
font-size: 90%;
color: #555;
}
#main .project .tags {
margin: 4.5pt 0 2pt 0;
|
| ︙ | ︙ |