kubernetes-handbook/gitbook/gitbook-plugin-page-footer-ex/style/plugin.css

19 lines
407 B
CSS
Raw Normal View History

2017-08-21 17:44:43 +08:00
.page-footer-ex {
margin-top: 50px;
border-top: 1px solid #ccc;
overflow: hidden;
padding: 10px 0;
font-size: 12px;
color: #808080;
}
2017-09-19 21:38:03 +08:00
.page-footer-ex-copyright {
display: inline-block;
}
2017-08-21 17:44:43 +08:00
.page-footer-ex a {
2017-09-19 21:38:03 +08:00
color: #808080 !important;
text-decoration: underline !important;
2017-08-21 17:44:43 +08:00
}
.page-footer-ex-footer-update {
float: right;
2017-09-19 21:38:03 +08:00
display: inline-block;
2017-08-21 17:44:43 +08:00
}