equal
deleted
inserted
replaced
18 .play-block { |
18 .play-block { |
19 width: 248px; height: 66px; |
19 width: 248px; height: 66px; |
20 } |
20 } |
21 |
21 |
22 .play-button { |
22 .play-button { |
23 float: left; margin: 8px; font-size: 44px; |
23 float: left; margin: 15px 8px; width: 36px; height: 36px; |
24 line-height: 50px; color: #FFFFFF; text-decoration: none; |
24 background: url(../img/sprites.png) 0 -18px; |
|
25 } |
|
26 |
|
27 .play-button:hover { |
|
28 opacity: .5; |
25 } |
29 } |
26 |
30 |
27 .duration { |
31 .duration { |
28 float: right; font-size: 36px; margin: 0 8px; line-height: 66px; |
32 float: right; font-size: 36px; margin: 0 8px; line-height: 66px; |
29 } |
33 } |