footer.css 271 B

123456789101112131415
  1. .page-footer {
  2. margin-top: 50px;
  3. border-top: 1px solid #ccc;
  4. overflow: hidden;
  5. padding: 10px 0;
  6. font-size: 12px;
  7. color: #808080;
  8. }
  9. .page-footer a {
  10. color: #808080!important;
  11. text-decoration: underline!important;
  12. }
  13. .footer-modification {
  14. float: right;
  15. }