mirror of
https://github.com/videojs/video.js.git
synced 2025-01-25 11:13:52 +02:00
30 lines
330 B
CSS
30 lines
330 B
CSS
|
#resizer,
|
||
|
footer {
|
||
|
background-color: #ECEEF1;
|
||
|
color: #868688;
|
||
|
padding: 3px 10px;
|
||
|
}
|
||
|
|
||
|
.footer-text {
|
||
|
padding: 3px;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
footer .copyright {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
footer .other-links {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
footer .other-links li {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
footer .logo {
|
||
|
display: none;
|
||
|
}
|