From b319c532bf499afd724e2c30f4b13af2d812b38d Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Tue, 18 May 2010 17:27:41 -0700 Subject: [PATCH] Adjusted comments --- index.html | 27 +++++++++++++-------------- stylesheets/site.css | 5 +++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 95ef50c4a..3d3e1877f 100644 --- a/index.html +++ b/index.html @@ -20,22 +20,22 @@ #wrap {display:table;height:100%} - +
- + - +

Video JS

Open Source HTML5 Video Player

- +

Video clip is from Disney’s Oceans

- +

Video JS is a javascript-based video player that uses the HTML5 video functionality built into advanced browsers. In general, the benefit of using and HTML5 player is a consisten look between browsers.

- - -
-
+ +
+
Features
  • Free & Open Source
  • @@ -101,11 +100,11 @@ iPad
- +
comments powered by Disqus - +
@@ -157,7 +156,7 @@
--> - + - + diff --git a/stylesheets/site.css b/stylesheets/site.css index 79a43c467..6b1188e1c 100644 --- a/stylesheets/site.css +++ b/stylesheets/site.css @@ -17,6 +17,7 @@ ul#nav li a { color: #fff; text-decoration: none; } .video-box { margin-bottom: 0; background-color: #000; } p#video_note { margin-bottom: 20px; font-size: 100%; line-height: 20px; color: #999; text-align: center; } +#features_and_support { } #features { width: 300px; float: left; } ul#feature_list { display: block; margin: 0; padding: 0; } ul#feature_list li { list-style: none; padding-left: 25px; font-size: 140%; line-height: 20px; margin-bottom: 25px; background: url("../images/icons/check.png") left top no-repeat; } @@ -26,6 +27,6 @@ ul#feature_list li { list-style: none; padding-left: 25px; font-size: 140%; line .supported-section a { padding-right: 10px; } .supported-section a:last-child { padding-right: 0; } -#disqus_thread { clear: both; } +#disqus_thread { clear: both; padding-top: 30px; } -#footer { clear: both; } \ No newline at end of file +#footer { clear: both; padding: 20px 0; } \ No newline at end of file