From 0e8e0d1b3f9c4eeffb598c2cf5e97f765d2c5727 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Thu, 27 May 2010 16:05:02 -0700 Subject: [PATCH] Fixed sponsor line. --- stylesheets/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/site.css b/stylesheets/site.css index 26434e48e..e47b22039 100644 --- a/stylesheets/site.css +++ b/stylesheets/site.css @@ -17,7 +17,8 @@ ul#nav li a { color: #fff; text-decoration: none; } .video-js-box { margin-bottom: 0; background-color: #000; } p#video_note { margin-bottom: 20px; font-size: 100%; line-height: 20px; color: #999; text-align: center; } -p#sponsor { font-size: 10px; } +p#sponsor { font-size: 10px; margin-bottom: 30px; } +p#sponsor a { text-decoration: none; } #features_and_support { } #features { width: 300px; float: left; }