Merge pull request #364 from sharelatex/pr-github-teaser

GitHub teaser - styles and media
This commit is contained in:
Paulo Jorge Reis 2016-11-04 09:32:40 +00:00 committed by GitHub
commit 8fe1602240
4 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View file

@ -421,6 +421,7 @@
margin-bottom: 5px;
}
.teaser-video-container,
.dropbox-teaser-video-container {
margin-top: -@modal-inner-padding;
margin-left: -@modal-inner-padding;
@ -428,7 +429,10 @@
margin-bottom: 5px;
overflow: hidden;
}
.teaser-video,
.dropbox-teaser-video {
width: 100%;
height: auto;
border-bottom: 1px solid @modal-header-border-color;
}