File: style.css

package info (click to toggle)
aioquic 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,408 kB
  • sloc: python: 19,663; ansic: 686; makefile: 21
file content (10 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0 auto;
    width: 40em;
}

table.logs {
    width: 100%;
}