15 lines
317 B
CSS
15 lines
317 B
CSS
|
.page-footer-ex {
|
||
|
margin-top: 50px;
|
||
|
border-top: 1px solid #ccc;
|
||
|
overflow: hidden;
|
||
|
padding: 10px 0;
|
||
|
font-size: 12px;
|
||
|
color: #808080;
|
||
|
}
|
||
|
.page-footer-ex a {
|
||
|
color: #808080!important;
|
||
|
text-decoration: underline!important;
|
||
|
}
|
||
|
.page-footer-ex-footer-update {
|
||
|
float: right;
|
||
|
}
|