From fc6e90bf84e23133694e529ee56cfc9011401b5c Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Thu, 22 Sep 2011 20:33:11 +0000
Subject: [PATCH] Place the video supporting text next to the video.

---
 css/gobigred.css | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/css/gobigred.css b/css/gobigred.css
index 9783af3..f92c456 100644
--- a/css/gobigred.css
+++ b/css/gobigred.css
@@ -64,10 +64,13 @@ Big Ten Video Slide
     font-size:2.6em;
     font-weight:bold;
 }
-#maincontent #slide_video .promoText a  {
-    color:#ba0000;
+#maincontent #slide_video > div > div + div  {
+    position:absolute;
+    display:inline-block;
+    width:400px;
+    right:0;
 }
-
+#maincontent .mejs-container {float:left;}
 #maincontent ul #slide_goBigVideos > div {
     width:30%;
     bottom:30px;
-- 
GitLab