Fucking solved that scroll height bug

This commit is contained in:
magnolia-fan
2011-06-16 04:19:40 +04:00
parent 4a3abb6991
commit 2f4411472a
8 changed files with 50 additions and 19 deletions
+2
View File
@@ -3,10 +3,12 @@
width: 100%;
float: left;
margin: 0 0 25px 0;
clear: both;
}
.albums {
width: 100%;
float: left;
clear: both;
}
/* Artist info block */
+6
View File
@@ -124,6 +124,12 @@
#error_page span {
font-size: 24px;
}
.kaboom {
width: 100%;
height: 30px;
clear: both;
}
/* Colorizing *
#player-container { background-color: #CFC; }