Skip to content

Commit 0fe5f10

Browse files
authored
Merge pull request #148 from grml/zeha/footnotes
CSS: render footnotes properly
2 parents e2aad18 + b8d9aa2 commit 0fe5f10

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

assets/css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre
7575
i,em { font-style: italic }
7676
code,tt { font-family: "Ubuntu Mono", Consolas, Monaco, Courier, monospace }
7777
pre { background-color: lightgrey; font-family: "Ubuntu Mono", Consolas, Monaco, Courier, monospace; padding: .5rem 1rem; white-space-collapse: preserve; text-wrap-mode: wrap }
78+
.footnotes { margin-top: 1em }
79+
.footnotes ol { margin-left: 2em; padding-bottom: 0.3em }
80+
.footnotes ol li { list-style: decimal }
7881
abbr[title], acronym[title] { border-bottom: 1px dotted #333; cursor: help }
7982
.long-hex-value { font-family: monospace; letter-spacing: -1px; overflow-wrap: anywhere }
8083
.active { background-color: #FFCC33 }

content/changelogs/README-grml-2025.12/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ New software since the Debian 13 release is included, and we continued to clean
3838

3939
Detailed changes: [grml-live v0.55.1 to v0.54.1](https://github.com/grml/grml-live/compare/v0.54.1...v0.55.1) [[^1]]
4040

41-
[^1]: [1]: Note, that when comparing the changes between [grml-live v0.55.1 to v0.54.1](https://github.com/grml/grml-live/compare/v0.54.1...v0.55.1) it includes all commits from grml-desktop.
41+
[^1]: Note, that when comparing the changes between [grml-live v0.55.1 to v0.54.1](https://github.com/grml/grml-live/compare/v0.54.1...v0.55.1) it includes all commits from grml-desktop.
4242
To only list the changes from grml-live v0.55.1 to v0.54.1 use the following git command to exclude all commits which are pulled in from grml-desktop:
4343

4444
`git log --oneline --no-merges v0.54.1..v0.55.1 ^83c27dcf`

content/changelogs/README-grml-2026.04/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ New software since the Grml 2025.12 release is included, and we continued to cle
3737

3838
Detailed changes: [grml-live v0.55.1 to v0.56.0](https://github.com/grml/grml-live/compare/v0.55.1...v0.56.0) [[^1]]
3939

40-
[^1]: [1]: Note, when comparing changes between [grml-live v0.55.1 and v0.56.0](https://github.com/grml/grml-live/compare/v0.55.1...v0.56.0) all commits from grml-scripts are included.
40+
[^1]: Note, when comparing changes between [grml-live v0.55.1 and v0.56.0](https://github.com/grml/grml-live/compare/v0.55.1...v0.56.0) all commits from grml-scripts are included.
4141
To list just the changes from grml-live v0.55.1 to v0.56.0, use the following command to exclude all grml-scripts commits created before grml-live v0.55.1 was released: `git log --oneline --no-merges --after "2025-12-11 18:41:18 +0100"`
4242

4343
#### [grml-debootstrap](https://github.com/grml/grml-debootstrap) - Debian system install tool:

0 commit comments

Comments
 (0)