This commit is contained in:
Sanj 2012-02-20 23:08:03 +05:30
parent f85895b7ec
commit f512c5c163

View File

@ -1,5 +1,6 @@
html, body { html, body {
width: 100%; width: 100%;
height: 100%;
} }
#wrapper { #wrapper {
@ -7,6 +8,8 @@ html, body {
} }
#listCol { #listCol {
height: 100%;
overflow-x: scroll;
width: 24%; width: 24%;
float: left; float: left;
} }