mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
e642295468
Use the TUI JSDoc Template to generate the jsdoc files. Also, build this out on publish.
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;
|
|
}
|