Docs tweaks

This commit is contained in:
Sam Potts
2015-10-05 01:39:55 +11:00
parent daec1baebc
commit 2c4c8c58d5
8 changed files with 18 additions and 28 deletions

View File

@ -5,6 +5,7 @@
// Example players
.player {
margin: 0 auto @padding-base;
max-width: @example-width-video;
&-controls {
border-radius: 0 0 @border-radius-base @border-radius-base;
@ -21,11 +22,6 @@
overflow: hidden;
}
}
.player-video,
.player-youtube,
.player-vimeo {
max-width: @example-width-video;
}
video,
.player-video-embed {
border-radius: @border-radius-base;