mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Add console. Disable cherrypy by default.
This commit is contained in:
parent
c95bfc4a46
commit
d4a8a72388
62 changed files with 38537 additions and 111 deletions
23
trunk/research/console/js/srs.console.css
Normal file
23
trunk/research/console/js/srs.console.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
/* 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue