Player script indentation fix

This commit is contained in:
Gregory Eremin
2011-09-16 14:57:16 +04:00
parent e94fae6099
commit 52df1f69c4
2 changed files with 204 additions and 205 deletions
+3 -3
View File
@@ -21,14 +21,14 @@
width: 94%;
margin: 0 0 18px 3%;
height: 5px;
background-color: #e0e0e0;
background-color: #f0f0f0;
.loaded {
width: 66%;
width: 0;
height: 5px;
background-color: #d0e0e0;
cursor: pointer;
.played {
width: 66%;
width: 0;
height: 5px;
background-color: #0090AA;
}