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.
22 lines
381 B
22 lines
381 B
|
19 years ago
|
/* --- 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;
|
||
|
|
}
|