more css foo

This commit is contained in:
Sanj 2012-02-20 23:19:17 +05:30
parent 04eeb27096
commit 8f017f40a7

View File

@ -9,7 +9,7 @@ html, body {
}
#listCol {
height: 100%;
height: 98%;
overflow-y: scroll;
overflow-x: hidden;
width: 24%;
@ -65,3 +65,8 @@ html, body {
.no_has_point {
color: #666;
}
ul {
list-style-type: none;
padding-left: 4px;
}