Fixed styling for a video in a comment
This commit is contained in:
parent
21fa3fff8c
commit
37c2e52be9
1 changed files with 10 additions and 5 deletions
|
|
@ -255,11 +255,11 @@ header
|
|||
:-webkit-border-radius 5px
|
||||
:-moz-border-radius 5px
|
||||
:border-radius 5px
|
||||
|
||||
.youtube-player
|
||||
:border none
|
||||
:height: 325px
|
||||
:width: 500px
|
||||
|
||||
.youtube-player
|
||||
:border none
|
||||
:height: 325px
|
||||
:width: 500px
|
||||
|
||||
.from
|
||||
:font
|
||||
|
|
@ -583,6 +583,11 @@ ul.comments
|
|||
:border
|
||||
:bottom 1px solid #ddd
|
||||
|
||||
.youtube-player
|
||||
:border none
|
||||
:height: 250px
|
||||
:width: 400px
|
||||
|
||||
.content
|
||||
:color #777
|
||||
:margin
|
||||
|
|
|
|||
Loading…
Reference in a new issue