mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
24 lines
416 B
CSS
24 lines
416 B
CSS
|
/* Footer
|
||
|
-------------------------------------------------- */
|
||
|
.footer {
|
||
|
text-align: center;
|
||
|
padding: 30px 0;
|
||
|
margin-top: 10px;
|
||
|
border-top: 1px solid #e5e5e5;
|
||
|
background-color: #f5f5f5;
|
||
|
}
|
||
|
.footer p {
|
||
|
margin-bottom: 0;
|
||
|
color: #777;
|
||
|
}
|
||
|
.footer-links {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
.footer-links li {
|
||
|
display: inline;
|
||
|
padding: 0 2px;
|
||
|
}
|
||
|
.footer-links li:first-child {
|
||
|
padding-left: 0;
|
||
|
}
|