]> git.0d.be Git - panikweb.git/blob - panikweb_templates/static/css/style.css
emission details
[panikweb.git] / panikweb_templates / static / css / style.css
1 div#player {
2   float: left;
3   width: 20%;
4   height: 100%;
5 }
6
7 div#news img,
8 div#player img {
9   width: 100%;
10   height: 80%;
11 }
12
13 div#content {
14   float: left;
15   width: 38%;
16   margin-left: 1%;
17 }
18
19 div#news {
20   float: left;
21   width: 38%;
22   margin-left: 1%;
23   height: 100%;
24 }
25
26 div.sidebar {
27   width: 10em;
28   float: left;
29   margin: 0 1em 1em 0;
30 }
31
32 div.sidebar div.description {
33   font-weight: bold;
34 }