move to django 1.4 and django-pipeline,
[wolnelektury.git] / apps / catalogue / static / player / player.css
1 #player h1 {
2         font-size: 2em;
3         margin: .5em;
4 }
5
6 .player-info {
7         margin: 1em;
8 }
9
10
11 .play {
12         cursor: pointer;
13 }
14
15 .play:hover {
16         color: #0D7E85;
17 }