summaryrefslogtreecommitdiff
path: root/static/css/patches.css
blob: 39cc8bcb7003f427704ded7208e3630b273aecc1 (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
38
39
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, div.quicklinks, div.framed {
  margin: 30px;
  padding: 15px;
  background-color: #eee;
  border: 1px solid black;
}