From 21fa3fff8c63e08a53b9fe7bdc02b94b77f16876 Mon Sep 17 00:00:00 2001 From: Dan Hansen Date: Thu, 25 Nov 2010 19:54:09 -0800 Subject: [PATCH 1/2] Styling for the youtube iframe --- public/stylesheets/sass/application.sass | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index bd8c0ac6c..30810ec80 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -255,7 +255,12 @@ header :-webkit-border-radius 5px :-moz-border-radius 5px :border-radius 5px - + + .youtube-player + :border none + :height: 325px + :width: 500px + .from :font :family 'Helvetica neue', Arial, Helvetica, sans-serif @@ -2092,4 +2097,3 @@ h3,h4 #edit_aspect_trigger :font :size 12px - From 37c2e52be9a30e1858bcc7a1135a754a6e54bd07 Mon Sep 17 00:00:00 2001 From: Dan Hansen Date: Thu, 25 Nov 2010 20:53:05 -0800 Subject: [PATCH 2/2] Fixed styling for a video in a comment --- public/stylesheets/sass/application.sass | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 30810ec80..b730c4006 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -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