Merge pull request #484 from Invariant-Change/patch-9
Adding Border Back to Videos
This commit is contained in:
commit
a8953357da
1 changed files with 5 additions and 0 deletions
|
@ -10,3 +10,8 @@
|
|||
max-height: 100%;
|
||||
margin : 0;
|
||||
}
|
||||
.asset-video {
|
||||
margin: 16px;
|
||||
padding: 6px;
|
||||
border: 1px solid #d0d0d0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue