File: custom.css

package info (click to toggle)
rust-derivative 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#content > main > table {
    position: relative;
    left: 50%;
    transform: translateX(-50%);

    margin-left: 0px;
    margin-right: 0px;
}

#content > main > table td {
	vertical-align: top;
}

#content > main > table .hljs {
    background: none;
}

.readme-example {
    background: #f1f1f1;
}

table .readme-example > td {
	border: 1px hsl(0, 0%, 0%) solid;
}