File: head.hbs

package info (click to toggle)
rust-coreutils 0.0.30-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,388 kB
  • sloc: sh: 1,088; python: 407; javascript: 72; makefile: 51
file content (23 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<style>
    dd {
        margin-bottom: 1em;
    }
    main {
        position: relative;
    }
    .additional {
        position: absolute;
        top: 0.5em;
        right: 0;
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 1.3em;
    }
    .platforms {
        font-size: 2rem;
    }
    dd > p {
        margin-top: 0.2em;
    }
</style>