mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Basic support for different media types [CSS]
This commit is contained in:
parent
2e2cba82a3
commit
6fcc3a24f1
1 changed files with 7 additions and 0 deletions
|
@ -1160,3 +1160,10 @@ width:33px !important;
|
||||||
#qrcode{
|
#qrcode{
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#innerdocbody img, #innerdocbody video, #innerdocbody audio {
|
||||||
|
padding: 2px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
box-shadow: 0 0 4px #aaa;
|
||||||
|
background: #fff;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue