Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/chat/phpfreechat/style/footer.css

22 lines
381 B

/* --- FOOTER --- */
div.footer {
position: relative;
text-align: center;
background-color: #99cc33;
color: #FFF;
border-top: 1px #acd233 solid;
border-bottom: 1px #acd233 solid;
font-size: 80%;
clear: both;
padding-left: 12em;
}
div.footer div.valid {
display: inline;
float: right;
}
div.footer div.rss {
position: absolute;
left: 5px;
float: left;
}