Added distro/arch information in package version page
[ppastats.git] / www / css / ppastats.css
1 body {
2     padding: 1em 1em 1em 1em;
3     font-family: "Ubuntu", sans-serif;
4     color: #000;
5     background-color: #fff;
6 }
7
8 em {
9     font-weight: bold;
10     font-style: normal;
11 }
12
13 a {
14     color: #1982D1;
15     font-style: normal;
16     text-decoration: none;
17 }
18
19 a:hover {
20     text-decoration: underline;
21 }
22
23 #chart {
24     float: right;
25     width: 80%;
26     margin: 0 0 0 0;
27     padding: 0 0 0 0;
28     font-size: 0.75em;
29 }
30
31 #versions, div.distros {
32     width: 20%;
33     float: left;
34 }
35
36 li {
37     list-style: none;
38     padding: 0em 0em 0em 1em;
39 }
40
41 h1 {
42     text-transform: uppercase;
43 }
44
45 ul {
46     margin: 0 0 0 0;
47     padding: 0 0 0;
48 }