File: style.css

package info (click to toggle)
passim 0.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 608 kB
  • sloc: ansic: 4,695; xml: 276; python: 147; sh: 10; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px 20px 20px 20px;
}
th {
  text-align: left;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
table, th, td {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
}
th, td {
  padding: 10px;
}