summaryrefslogtreecommitdiff
path: root/static/css/patches.css
blob: 57c29b05575c1ac587a013c28e99b8154010311e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
th {
  background-color: #ddd;
}

table.summary {
  border: 1px solid;
}

table.summary th {
  text-align: left;
}

table.patchlisting {
  border-spacing: 0px;
}

table.patchlisting td, table.patchlisting th {
  border: 1px solid;
}

table.packagelisting {
  border-spacing: 0px;
}

table.packagelisting td, table.packagelisting th {
  border: 1px solid;
}

td, th {
  padding: 10px;
}

div.patch {
  margin: 30px;
  padding: 15px;
  background-color: #eee;
}