From 37c2e52be9a30e1858bcc7a1135a754a6e54bd07 Mon Sep 17 00:00:00 2001
From: Dan Hansen <mokker1234@gmail.com>
Date: Thu, 25 Nov 2010 20:53:05 -0800
Subject: [PATCH] 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 30810ec80f..b730c40064 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
-- 
GitLab