footer.css 167 Bytes
Newer Older
1 2
@charset "utf-8";

3
/* footer */
4
#ws-body footer{
5 6 7 8 9 10 11
    background-color: #EDF2F2;
}
.cnt_footer{
    color: #000;
    font-size: 10px;
    border-top: solid 1px #CCC;
}