more css foo
This commit is contained in:
parent
04eeb27096
commit
8f017f40a7
|
@ -9,7 +9,7 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#listCol {
|
#listCol {
|
||||||
height: 100%;
|
height: 98%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
width: 24%;
|
width: 24%;
|
||||||
|
@ -65,3 +65,8 @@ html, body {
|
||||||
.no_has_point {
|
.no_has_point {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user